fix tests

This commit is contained in:
Antony Dovgal 2006-07-05 11:55:59 +00:00
parent 058b529ae7
commit 0c05e6da00
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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