This commit is contained in:
Antony Dovgal 2006-09-11 08:08:20 +00:00
parent 567a4785b3
commit 6d040bf67a

View File

@ -23,6 +23,6 @@ $test = new Test();
$test2 = $test->__copy();
var_dump($test2);
?>
--EXPECT--
object(Test)#2 (0) {
--EXPECTF--
object(Test)#%d (0) {
}