Searched refs:phpdbg_check_caught_ex (Results 1 – 3 of 3) sorted by relevance
98 PHPDBG_API zend_bool phpdbg_check_caught_ex(zend_execute_data *ex, zend_object *exception);
734 PHPDBG_API zend_bool phpdbg_check_caught_ex(zend_execute_data *execute_data, zend_object *exception… in phpdbg_check_caught_ex() function
1727 if (phpdbg_check_caught_ex(prev_ex, exception)) { in phpdbg_execute_ex()1772 …end_hash_index_exists(&PHPDBG_G(seek), address) || (exception && phpdbg_check_caught_ex(execute_da… in phpdbg_execute_ex()
Completed in 11 milliseconds