diff options
Diffstat (limited to 'Zend/tests/errmsg_045.phpt')
-rw-r--r-- | Zend/tests/errmsg_045.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/errmsg_045.phpt b/Zend/tests/errmsg_045.phpt index 172f56f26b..35e6c7b00f 100644 --- a/Zend/tests/errmsg_045.phpt +++ b/Zend/tests/errmsg_045.phpt @@ -14,7 +14,7 @@ eval('class A { private function __invoke() { } }'); ?> --EXPECTF-- -string(76) "The magic method __invoke() must have public visibility and cannot be static" +string(%d) "The magic method A::__invoke() must have public visibility and cannot be static" string(%d) "%s(%d) : eval()'d code" Warning: Undefined variable $undefined in %s on line %d |