]> granicus.if.org Git - php/commitdiff
fix tests
authorAntony Dovgal <tony2001@php.net>
Wed, 5 Jul 2006 11:55:59 +0000 (11:55 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 5 Jul 2006 11:55:59 +0000 (11:55 +0000)
tests/classes/factory_and_singleton_003.phpt
tests/classes/factory_and_singleton_004.phpt

index d81cc4642c5f8310a3020dce0995c34a738b9e86..3d50a810a6b008b51bff67cb8fb83e5623209fe6 100755 (executable)
@@ -15,4 +15,4 @@ $obj = new test;
 echo "Done\n";
 ?>
 --EXPECTF--
-Fatal error: Call to protected test::__construct() from context '' %sfactory_and_singleton_003.php on line %d
+Fatal error: Call to protected test::__construct() from invalid context in %s on line %d
index 01c53d85a3ce4b5fa53dd253db53691233a2a1c8..14edcb1fc8ffc53ca7b4e67029103d5f7eaf9303 100755 (executable)
@@ -15,4 +15,4 @@ $obj = new test;
 echo "Done\n";
 ?>
 --EXPECTF--
-Fatal error: Call to private test::__construct() from context '' %sfactory_and_singleton_004.php on line %d
+Fatal error: Call to private test::__construct() from invalid context in %s on line %d