mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fix tests
This commit is contained in:
parent
058b529ae7
commit
0c05e6da00
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue