Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.h181 #define PHPDBG_IS_INITIALIZING (1ULL<<25) macro
H A Dphpdbg.c1879 PHPDBG_G(flags) |= PHPDBG_IS_INITIALIZING; in main()
1883 PHPDBG_G(flags) &= ~PHPDBG_IS_INITIALIZING; in main()
1933 PHPDBG_G(flags) |= PHPDBG_DISCARD_OUTPUT | PHPDBG_IS_INITIALIZING; in main()
1937 PHPDBG_G(flags) &= ~PHPDBG_DISCARD_OUTPUT & ~PHPDBG_IS_INITIALIZING; in main()
H A Dphpdbg_prompt.c1748 if (PHPDBG_G(flags) & (PHPDBG_IN_COND_BP | PHPDBG_IS_INITIALIZING)) { in phpdbg_execute_ex()

Completed in 56 milliseconds