diff options
Diffstat (limited to 'Zend/tests/bug38047.phpt')
| -rw-r--r-- | Zend/tests/bug38047.phpt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Zend/tests/bug38047.phpt b/Zend/tests/bug38047.phpt index 5e7b3efc94..e6eeb6631d 100644 --- a/Zend/tests/bug38047.phpt +++ b/Zend/tests/bug38047.phpt @@ -43,7 +43,9 @@ Non-static method A::A_ftk() should not be called statically 1 %sbug38047.php:13 get_error_context() 2 %sbug38047.php:36 kalus_error_handler() -Missing argument 1 for A::A_ftk(), called in %sbug38047.php on line 36 and defined -1 %sbug38047.php:13 get_error_context() -2 %sbug38047.php:7 kalus_error_handler() -3 %sbug38047.php:36 A_ftk() + +Fatal error: Uncaught ArgumentCountError: Too few arguments to function A::A_ftk(), 0 passed in %sbug38047.php on line 36 and exactly 1 expected in %sbug38047.php:7 +Stack trace: +#0 %sbug38047.php(36): A::A_ftk() +#1 {main} + thrown in %sbug38047.php on line 7 |
