1
0
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:
Felipe Pena
2009-12-04 11:32:39 +00:00
parent 5ab649e65f
commit 8afad00a16
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