diff options
Diffstat (limited to 'Zend/tests/bug62956.phpt')
-rw-r--r-- | Zend/tests/bug62956.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug62956.phpt b/Zend/tests/bug62956.phpt index c8694d5bea..fab180b4c3 100644 --- a/Zend/tests/bug62956.phpt +++ b/Zend/tests/bug62956.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #62956: "incompatible" signatures for private methods should not cause E_STRICT +Bug #62956: "incompatible" signatures for private methods should not cause E_WARNING --FILE-- <?php class Base |