diff options
| author | Felipe Pena <felipe@php.net> | 2009-12-03 12:34:50 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2009-12-03 12:34:50 +0000 |
| commit | 7914d298b411dc57a95049fc38698fa6c1785fe5 (patch) | |
| tree | 88b0b24bbeaedc1b7af1612828e3cfc1df948eeb /Zend/tests/errmsg_025.phpt | |
| parent | 1063c8346bd319ac3ca5fd6531442ff8fc8ec66c (diff) | |
| download | php-git-7914d298b411dc57a95049fc38698fa6c1785fe5.tar.gz | |
- Fixed bug #49472 (Constants defined in Interfaces can be overridden)
Diffstat (limited to 'Zend/tests/errmsg_025.phpt')
| -rw-r--r-- | Zend/tests/errmsg_025.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/errmsg_025.phpt b/Zend/tests/errmsg_025.phpt index d853f73428..014b409479 100644 --- a/Zend/tests/errmsg_025.phpt +++ b/Zend/tests/errmsg_025.phpt @@ -16,5 +16,5 @@ class test implements test1, test2 { echo "Done\n"; ?> ---EXPECTF-- -Fatal error: Cannot inherit previously-inherited constant FOO from interface test2 in %s on line %d +--EXPECTF-- +Fatal error: Cannot inherit previously-inherited or override constant FOO from interface test2 in %s on line %d |
