]> granicus.if.org Git - php/commitdiff
- Fix test
authorMarcus Boerger <helly@php.net>
Thu, 6 Oct 2005 19:02:20 +0000 (19:02 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 6 Oct 2005 19:02:20 +0000 (19:02 +0000)
Zend/tests/bug32290.phpt

index 7494bbe89b392009a4d6b0f615cf50eaa6c0dbe2..bfd3f518ed92b0cc4e99c610775a660976800601 100755 (executable)
@@ -35,7 +35,9 @@ var_dump($x->doSomething(1));
 ?>
 ===DONE===
 --EXPECTF--
-TestB::doSomething(Object id #%d)
-TestA::doSomething(Object id #%d)
+string(54) "Object of class TestB could not be converted to string"
+TestB::doSomething()
+string(54) "Object of class TestB could not be converted to string"
+TestA::doSomething()
 int(1)
 ===DONE===