]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Mon, 11 Sep 2006 08:08:20 +0000 (08:08 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 11 Sep 2006 08:08:20 +0000 (08:08 +0000)
Zend/tests/bug24884.phpt

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