version 1.1, 2012/02/21 23:47:52
|
version 1.1.1.2, 2013/07/22 01:32:17
|
Line 13 function eh()
|
Line 13 function eh()
|
set_error_handler("eh"); |
set_error_handler("eh"); |
$a = $empty($b); |
$a = $empty($b); |
--EXPECTF-- |
--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 |
Fatal error: Function name must be a string in %sbug51394.php on line 9 |
|
|