in_execution 95 sapi/phpdbg/phpdbg.c pg->in_execution = 0; in_execution 1946 sapi/phpdbg/phpdbg.c is_exit = !PHPDBG_G(in_execution); in_execution 1996 sapi/phpdbg/phpdbg.c if (PHPDBG_G(in_execution) || is_exit) { in_execution 266 sapi/phpdbg/phpdbg.h zend_bool in_execution; /* in execution? */ in_execution 309 sapi/phpdbg/phpdbg_info.c zend_bool in_executor = PHPDBG_G(in_execution) && EG(current_execute_data) && EG(current_execute_data)->func; in_execution 44 sapi/phpdbg/phpdbg_print.c if (PHPDBG_G(in_execution) && EG(current_execute_data)) { in_execution 126 sapi/phpdbg/phpdbg_print.c if (PHPDBG_G(in_execution) && EG(current_execute_data)) { in_execution 412 sapi/phpdbg/phpdbg_prompt.c if (PHPDBG_G(in_execution)) { in_execution 440 sapi/phpdbg/phpdbg_prompt.c if (PHPDBG_G(in_execution)) { in_execution 509 sapi/phpdbg/phpdbg_prompt.c if (PHPDBG_G(in_execution)) { in_execution 547 sapi/phpdbg/phpdbg_prompt.c if (!PHPDBG_G(in_execution)) { in_execution 557 sapi/phpdbg/phpdbg_prompt.c if (!PHPDBG_G(in_execution)) { in_execution 588 sapi/phpdbg/phpdbg_prompt.c if (!PHPDBG_G(in_execution)) { in_execution 605 sapi/phpdbg/phpdbg_prompt.c if (!PHPDBG_G(in_execution)) { in_execution 676 sapi/phpdbg/phpdbg_prompt.c if (PHPDBG_G(in_execution)) { in_execution 738 sapi/phpdbg/phpdbg_prompt.c PHPDBG_G(in_execution) = 0; in_execution 756 sapi/phpdbg/phpdbg_prompt.c PHPDBG_G(in_execution) = 1; in_execution 758 sapi/phpdbg/phpdbg_prompt.c PHPDBG_G(in_execution) = 0; in_execution 873 sapi/phpdbg/phpdbg_prompt.c if (!PHPDBG_G(in_execution)) { in_execution 928 sapi/phpdbg/phpdbg_prompt.c phpdbg_writeln("info", "executing=\"%d\"", "Executing %s", PHPDBG_G(in_execution) ? "yes" : "no"); in_execution 929 sapi/phpdbg/phpdbg_prompt.c if (PHPDBG_G(in_execution)) { in_execution 1260 sapi/phpdbg/phpdbg_prompt.c if (PHPDBG_G(in_execution)) { in_execution 1387 sapi/phpdbg/phpdbg_prompt.c if (!PHPDBG_G(in_execution) && !(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)) { in_execution 1416 sapi/phpdbg/phpdbg_prompt.c if (PHPDBG_G(in_execution)) { in_execution 1471 sapi/phpdbg/phpdbg_prompt.c zend_bool original_in_execution = PHPDBG_G(in_execution); in_execution 1477 sapi/phpdbg/phpdbg_prompt.c PHPDBG_G(in_execution) = 1; in_execution 1642 sapi/phpdbg/phpdbg_prompt.c PHPDBG_G(in_execution) = original_in_execution;