die_string_cast_exception.phpt 279 B

12345678910111213
  1. --TEST--
  2. Bug #79777: String cast exception during die should be handled gracefully
  3. --FILE--
  4. <?php
  5. die(new stdClass);
  6. ?>
  7. --EXPECTF--
  8. Fatal error: Uncaught Error: Object of class stdClass could not be converted to string in %s:%d
  9. Stack trace:
  10. #0 {main}
  11. thrown in %s on line %d