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