php-src/Zend/tests/bug69640.phpt
2015-05-18 11:16:57 +08:00

9 lines
263 B
PHP

--TEST--
Bug #69640 Unhandled EngineExceptions thrown from userland do not produce any output
--FILE--
<?php
throw new \ParseException('I mess everything up! :trollface:');
?>
--EXPECTF--
Fatal error: I mess everything up! :trollface: in %sbug69640.php on line 2