mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
fix tests (take #2)
This commit is contained in:
parent
62d568c970
commit
81cf3b0d69
@ -15,4 +15,4 @@ $obj = new test;
|
||||
echo "Done\n";
|
||||
?>
|
||||
--EXPECTF--
|
||||
Fatal error: Call to protected test::__construct() from invalid context %s 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 invalid context %s on line %d
|
||||
Fatal error: Call to private test::__construct() from invalid context in %s on line %d
|
||||
|
Loading…
Reference in New Issue
Block a user