]> granicus.if.org Git - php/commitdiff
- Fixed tests
authorFelipe Pena <felipe@php.net>
Fri, 4 Dec 2009 11:32:39 +0000 (11:32 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 4 Dec 2009 11:32:39 +0000 (11:32 +0000)
tests/classes/interface_constant_inheritance_001.phpt
tests/classes/interface_constant_inheritance_002.phpt
tests/classes/interface_constant_inheritance_003.phpt

index ae3e71e7abbee41c5b0881771ef8f2341968f9fb..f982a4a64ebd42331adbaaf805af47729682923b 100644 (file)
@@ -14,4 +14,4 @@ echo "Done\n";
 ?>
 --EXPECTF--
 
-Fatal error: Cannot inherit previously-inherited constant FOO from interface I1 in %s on line 6
\ No newline at end of file
+Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I1 in %s on line 6
index d5001baa3de14bae1b75722c61ad81ecfc560951..af4ce695f75a55b2284ae9ad5250e62ae7472127 100644 (file)
@@ -14,4 +14,4 @@ echo "Done\n";
 ?>
 --EXPECTF--
 
-Fatal error: Cannot inherit previously-inherited constant FOO from interface I in %s on line 6
\ No newline at end of file
+Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I in %s on line 6
index a3ba815edf015623349d043e12a7d6abbdab4e2c..6b4139bd98b03caa512001ed844ca708b9678a19 100644 (file)
@@ -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