unread
Hello,
Can anybody show me, where in the core the user error handler is called? The mechanism of how it's called...
Thanks,
A.
unread
Check the zend_error function in zend.c
http://lxr.php.net/xref/PHP_5_4/Zend/zend.c#1106
Hello,
Can anybody show me, where in the core the user error handler is called? The mechanism of how it's called...
Thanks,
A.