Searched refs:handled_exception (Results 1 – 2 of 2) sorted by relevance
237 …zend_object *handled_exception; /* last handled exception (prevent multiple handling … variable
870 PHPDBG_G(handled_exception) = NULL; in PHPDBG_COMMAND()1689 …if (exception && PHPDBG_G(handled_exception) != exception && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()1704 PHPDBG_G(handled_exception) = exception; in phpdbg_execute_ex()
Completed in 16 milliseconds