Home
last modified time | relevance | path

Searched refs:PHPDBG_IS_CLEANING (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h177 #define PHPDBG_IS_CLEANING (1ULL<<18) macro
206 #define PHPDBG_IS_STOPPING (PHPDBG_IS_QUITTING | PHPDBG_IS_CLEANING)
H A Dphpdbg.c2008 if ((PHPDBG_G(flags) & PHPDBG_IS_CLEANING)) { in main()
2072 PHPDBG_G(flags) &= ~PHPDBG_IS_CLEANING; in main()
2099 if ((PHPDBG_G(flags) & (PHPDBG_IS_CLEANING | PHPDBG_IS_RUNNING)) == PHPDBG_IS_CLEANING) { in main()
H A Dphpdbg_prompt.c291 PHPDBG_G(flags) &= ~(PHPDBG_IS_RUNNING | PHPDBG_IS_CLEANING); in phpdbg_line_init()
403 PHPDBG_G(flags) |= PHPDBG_IS_CLEANING; in phpdbg_clean()
1473 PHPDBG_G(flags) &= ~PHPDBG_IS_CLEANING; in PHPDBG_COMMAND()

Completed in 23 milliseconds