Skip to content

Instantly share code, notes, and snippets.

@olaurendeau
Created November 17, 2012 18:36
Show Gist options
  • Select an option

  • Save olaurendeau/4098642 to your computer and use it in GitHub Desktop.

Select an option

Save olaurendeau/4098642 to your computer and use it in GitHub Desktop.
test
$foo = new Foo();
$foo2 = clone $foo;
$foo->setFoo($foo2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment