TestabilityTarpits
TestabilityTarpits copied to clipboard
Update 14_object_assigned_by_reference.php
Hi there,
There is a slight mistake in the line 6. I believe that it should be $obj = new myclass(); instead of $obj = "abc";, because the latter one is not syntax-correct.
Best, Sam