Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.h175 #define PHPDBG_IS_CLEANING (1ULL<<18) macro
204 #define PHPDBG_IS_STOPPING (PHPDBG_IS_QUITTING | PHPDBG_IS_CLEANING)
H A Dphpdbg.c1948 if ((PHPDBG_G(flags) & PHPDBG_IS_CLEANING)) { in main()
2012 PHPDBG_G(flags) &= ~PHPDBG_IS_CLEANING; in main()
2039 if ((PHPDBG_G(flags) & (PHPDBG_IS_CLEANING | PHPDBG_IS_RUNNING)) == PHPDBG_IS_CLEANING) { in main()
H A Dphpdbg_prompt.c288 PHPDBG_G(flags) &= ~(PHPDBG_IS_RUNNING | PHPDBG_IS_CLEANING); in phpdbg_line_init()
400 PHPDBG_G(flags) |= PHPDBG_IS_CLEANING; in phpdbg_clean()
1463 PHPDBG_G(flags) &= ~PHPDBG_IS_CLEANING; in PHPDBG_COMMAND()

Completed in 14 milliseconds