Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_builtin_functions.c1488 char *exception_handler_name = NULL; in ZEND_FUNCTION() local
1496 if (!zend_is_callable(exception_handler, 0, &exception_handler_name TSRMLS_CC)) { in ZEND_FUNCTION()
1498 … get_active_function_name(TSRMLS_C), exception_handler_name?exception_handler_name:"unknown"); in ZEND_FUNCTION()
1499 efree(exception_handler_name); in ZEND_FUNCTION()
1502 efree(exception_handler_name); in ZEND_FUNCTION()

Completed in 11 milliseconds