diff options
Diffstat (limited to 'Zend/tests/magic_methods_009.phpt')
-rw-r--r-- | Zend/tests/magic_methods_009.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/magic_methods_009.phpt b/Zend/tests/magic_methods_009.phpt index aac3d4c6ca..2b514c3bff 100644 --- a/Zend/tests/magic_methods_009.phpt +++ b/Zend/tests/magic_methods_009.phpt @@ -10,4 +10,4 @@ class a { ?> --EXPECTF-- -Fatal error: The magic method __callStatic() must have public visibility and be static in %s on line %d +Warning: The magic method __callStatic() must have public visibility and be static in %s on line %d |