Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h186 #define PHPDBG_IS_INITIALIZING (1ULL<<25) macro
H A Dphpdbg.c1902 PHPDBG_G(flags) |= PHPDBG_IS_INITIALIZING; in main()
1906 PHPDBG_G(flags) &= ~PHPDBG_IS_INITIALIZING; in main()
1956 PHPDBG_G(flags) |= PHPDBG_DISCARD_OUTPUT | PHPDBG_IS_INITIALIZING; in main()
1960 PHPDBG_G(flags) &= ~PHPDBG_DISCARD_OUTPUT & ~PHPDBG_IS_INITIALIZING; in main()
H A Dphpdbg_prompt.c1762 if (PHPDBG_G(flags) & (PHPDBG_IN_COND_BP | PHPDBG_IS_INITIALIZING)) { in phpdbg_execute_ex()

Completed in 19 milliseconds