1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/Zend/tests/bug69640.phpt

9 lines
248 B
PHP

--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