php-src/Zend/tests/die_string_cast_exception.phpt
2020-07-04 09:59:42 +02:00

14 lines
279 B
PHP

--TEST--
Bug #79777: String cast exception during die should be handled gracefully
--FILE--
<?php
die(new stdClass);
?>
--EXPECTF--
Fatal error: Uncaught Error: Object of class stdClass could not be converted to string in %s:%d
Stack trace:
#0 {main}
thrown in %s on line %d