diff options
Diffstat (limited to 'tests/classes/interface_constant_inheritance_003.phpt')
-rw-r--r-- | tests/classes/interface_constant_inheritance_003.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/interface_constant_inheritance_003.phpt b/tests/classes/interface_constant_inheritance_003.phpt index a3ba815ed..6b4139bd9 100644 --- a/tests/classes/interface_constant_inheritance_003.phpt +++ b/tests/classes/interface_constant_inheritance_003.phpt @@ -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 |