Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h246 …zend_object *handled_exception; /* last handled exception (prevent multiple handling … variable
H A Dphpdbg_prompt.c884 PHPDBG_G(handled_exception) = NULL; in PHPDBG_COMMAND()
1724 …if (exception && PHPDBG_G(handled_exception) != exception && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()
1742 PHPDBG_G(handled_exception) = exception; in phpdbg_execute_ex()

Completed in 16 milliseconds