mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
- Fixed tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user