Home
last modified time | relevance | path

Searched refs:exception_handler_name (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_builtin_functions.c1591 char *exception_handler_name = NULL; in ZEND_FUNCTION() local
1598 if (!zend_is_callable(exception_handler, 0, &exception_handler_name TSRMLS_CC)) { in ZEND_FUNCTION()
1600 … get_active_function_name(TSRMLS_C), exception_handler_name?exception_handler_name:"unknown"); in ZEND_FUNCTION()
1601 efree(exception_handler_name); in ZEND_FUNCTION()
1604 efree(exception_handler_name); in ZEND_FUNCTION()

Completed in 10 milliseconds