Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_utils.h96 PHPDBG_API bool phpdbg_check_caught_ex(zend_execute_data *ex, zend_object *exception);
H A Dphpdbg_utils.c611 PHPDBG_API bool phpdbg_check_caught_ex(zend_execute_data *execute_data, zend_object *exception) { in phpdbg_check_caught_ex() function
H A Dphpdbg_prompt.c1690 if (phpdbg_check_caught_ex(prev_ex, exception)) { in phpdbg_execute_ex()
1733 …end_hash_index_exists(&PHPDBG_G(seek), address) || (exception && phpdbg_check_caught_ex(execute_da… in phpdbg_execute_ex()

Completed in 24 milliseconds