unread
I've done a fair amount of reading on how
zend_do_begin_function_declaration slots into the PHP puzzle. I would
like to know if partly the reason this occurs is because, the
class/function declarations are evaluated before set_error_handler is
evaluated and thus the zend_error() is handled normally without the
user defined error handler kicking in.
I'm keen to make a patch for this.
Thanks,
- Paul Dragoonis.