diff options
-rw-r--r-- | Zend/tests/bug69640.phpt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Zend/tests/bug69640.phpt b/Zend/tests/bug69640.phpt new file mode 100644 index 0000000000..9c4827ae08 --- /dev/null +++ b/Zend/tests/bug69640.phpt @@ -0,0 +1,8 @@ +--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 |