handled_exception  241 sapi/phpdbg/phpdbg.h 	zend_object *handled_exception;              /* last handled exception (prevent multiple handling of same exception) */
handled_exception  697 sapi/phpdbg/phpdbg_prompt.c 		PHPDBG_G(handled_exception) = NULL;
handled_exception 1499 sapi/phpdbg/phpdbg_prompt.c 		if (exception && PHPDBG_G(handled_exception) != exception && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) {
handled_exception 1517 sapi/phpdbg/phpdbg_prompt.c 			PHPDBG_G(handled_exception) = exception;