summaryrefslogtreecommitdiff
path: root/Zend/tests/bug69640.phpt
blob: bdc78147123b9fda08851c3d88b191a6db9f25f5 (plain)
1
2
3
4
5
6
7
8
--TEST--
Bug #69640 Unhandled Error thrown from userland do not produce any output
--FILE--
<?php
throw new \ParseError('I mess everything up! :trollface:');
?>
--EXPECTF--
Parse error: I mess everything up! :trollface: in %sbug69640.php on line 2