--- embedaddon/php/Zend/tests/bug51394.phpt 2012/02/21 23:47:52 1.1.1.1 +++ embedaddon/php/Zend/tests/bug51394.phpt 2013/07/22 01:32:17 1.1.1.2 @@ -13,4 +13,10 @@ function eh() set_error_handler("eh"); $a = $empty($b); --EXPECTF-- +Warning: Uncaught exception 'Exception' with message 'error!' in %sbug51394.php:4 +Stack trace: +#0 %sbug51394.php(9): eh(8, 'Undefined varia...', '%s', 9, Array) +#1 {main} + thrown in %sbug51394.php on line 4 + Fatal error: Function name must be a string in %sbug51394.php on line 9 \ No newline at end of file