TestabilityTarpits icon indicating copy to clipboard operation
TestabilityTarpits copied to clipboard

Update 14_object_assigned_by_reference.php

Open samhsu-dev opened this issue 1 year ago • 0 comments

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

samhsu-dev avatar Feb 14 '24 06:02 samhsu-dev