diff options
Diffstat (limited to 'Zend/tests/dynamic_call_003.phpt')
-rw-r--r-- | Zend/tests/dynamic_call_003.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/dynamic_call_003.phpt b/Zend/tests/dynamic_call_003.phpt index c929e8b04c..b740ab3d4a 100644 --- a/Zend/tests/dynamic_call_003.phpt +++ b/Zend/tests/dynamic_call_003.phpt @@ -10,7 +10,7 @@ $a::$b(); ?> --EXPECTF-- -Fatal error: Uncaught EngineException: Function name must be a string in %s:%d +Fatal error: Uncaught Error: Function name must be a string in %s:%d Stack trace: #0 {main} thrown in %s on line %d |