mirror of
https://github.com/php/php-src.git
synced 2024-12-02 22:34:55 +08:00
9 lines
248 B
PHP
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
|