Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.h153 #define PHPDBG_IS_CLEANING (1ULL<<18) macro
175 #define PHPDBG_IS_STOPPING (PHPDBG_IS_QUITTING | PHPDBG_IS_CLEANING)
H A Dphpdbg.c1649 if ((PHPDBG_G(flags) & PHPDBG_IS_CLEANING)) { in main()
1680 PHPDBG_G(flags) &= ~PHPDBG_IS_CLEANING; in main()
1707 if ((PHPDBG_G(flags) & (PHPDBG_IS_CLEANING | PHPDBG_IS_RUNNING)) == PHPDBG_IS_CLEANING) { in main()
H A Dphpdbg_prompt.c283 PHPDBG_G(flags) &= ~(PHPDBG_IS_RUNNING | PHPDBG_IS_CLEANING); in phpdbg_line_init()
395 PHPDBG_G(flags) |= PHPDBG_IS_CLEANING; in phpdbg_clean()
1446 PHPDBG_G(flags) &= ~PHPDBG_IS_CLEANING; in PHPDBG_COMMAND()

Completed in 15 milliseconds