diff options
Diffstat (limited to 'Zend/tests/bug72162.phpt')
-rw-r--r-- | Zend/tests/bug72162.phpt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Zend/tests/bug72162.phpt b/Zend/tests/bug72162.phpt index 493342d838..44237038a1 100644 --- a/Zend/tests/bug72162.phpt +++ b/Zend/tests/bug72162.phpt @@ -7,4 +7,8 @@ $var11 = new StdClass(); $var16 = error_reporting($var11); ?> --EXPECTF-- -Recoverable fatal error: Object of class stdClass could not be converted to string in %sbug72162.php on line %d +Fatal error: Uncaught Error: Object of class stdClass could not be converted to string in %s:%d +Stack trace: +#0 %s(%d): error_reporting(Object(stdClass)) +#1 {main} + thrown in %s on line %d |