mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +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";
|
echo "Done\n";
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--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";
|
echo "Done\n";
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--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