Searched refs:phpdbg_check_caught_ex (Results 1 – 3 of 3) sorted by relevance
96 PHPDBG_API bool phpdbg_check_caught_ex(zend_execute_data *ex, zend_object *exception);
611 PHPDBG_API bool phpdbg_check_caught_ex(zend_execute_data *execute_data, zend_object *exception) { in phpdbg_check_caught_ex() function
1694 if (phpdbg_check_caught_ex(prev_ex, exception)) { in phpdbg_execute_ex()1737 …end_hash_index_exists(&PHPDBG_G(seek), address) || (exception && phpdbg_check_caught_ex(execute_da… in phpdbg_execute_ex()
Completed in 13 milliseconds