Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.h162 #define PHPDBG_IS_INITIALIZING (1ULL<<25) macro
H A Dphpdbg.c1547 PHPDBG_G(flags) |= PHPDBG_IS_INITIALIZING; in main()
1551 PHPDBG_G(flags) &= ~PHPDBG_IS_INITIALIZING; in main()
1601 PHPDBG_G(flags) |= PHPDBG_DISCARD_OUTPUT | PHPDBG_IS_INITIALIZING; in main()
1605 PHPDBG_G(flags) &= ~PHPDBG_DISCARD_OUTPUT & ~PHPDBG_IS_INITIALIZING; in main()
H A Dphpdbg_prompt.c1717 if (PHPDBG_G(flags) & (PHPDBG_IN_COND_BP | PHPDBG_IS_INITIALIZING)) { in phpdbg_execute_ex()

Completed in 14 milliseconds