mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Fixed tests
This commit is contained in:
parent
7b0d41535e
commit
b6bf9ee6a1
3 changed files with 3 additions and 3 deletions
|
@ -14,4 +14,4 @@ echo "Done\n";
|
|||
?>
|
||||
--EXPECTF--
|
||||
|
||||
Fatal error: Cannot inherit previously-inherited constant FOO from interface I1 in %s on line 6
|
||||
Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I1 in %s on line 6
|
||||
|
|
|
@ -14,4 +14,4 @@ echo "Done\n";
|
|||
?>
|
||||
--EXPECTF--
|
||||
|
||||
Fatal error: Cannot inherit previously-inherited constant FOO from interface I in %s on line 6
|
||||
Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I in %s on line 6
|
||||
|
|
|
@ -17,4 +17,4 @@ echo "Done\n";
|
|||
?>
|
||||
--EXPECTF--
|
||||
|
||||
Fatal error: Cannot inherit previously-inherited constant FOO from interface I2 in %s on line 10
|
||||
Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I2 in %s on line 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue