Searched refs:exception_handler (Results 1 – 2 of 2) sorted by relevance
16 public function exception_handler(Error $e) { 22 set_exception_handler('ErrorHandling::exception_handler');
217 ZEND_ARG_INFO(0, exception_handler) in ZEND_END_ARG_INFO()1748 zval *exception_handler; in ZEND_FUNCTION() local1751 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z", &exception_handler) == FAILURE) { in ZEND_FUNCTION()1755 if (Z_TYPE_P(exception_handler) != IS_NULL) { /* NULL == unset */ in ZEND_FUNCTION()1756 if (!zend_is_callable(exception_handler, 0, &exception_handler_name)) { in ZEND_FUNCTION()1771 if (Z_TYPE_P(exception_handler) == IS_NULL) { /* unset user-defined handler */ in ZEND_FUNCTION()1776 ZVAL_COPY(&EG(user_exception_handler), exception_handler); in ZEND_FUNCTION()
Completed in 12 milliseconds