Searched refs:PHPDBG_IS_INITIALIZING (Results 1 – 3 of 3) sorted by relevance
142 #define PHPDBG_IS_INITIALIZING (1<<23) macro
1417 PHPDBG_G(flags) |= PHPDBG_IS_INITIALIZING;1422 PHPDBG_G(flags) &= ~PHPDBG_IS_INITIALIZING;
1221 (PHPDBG_G(flags) & PHPDBG_IS_INITIALIZING)) {
Completed in 16 milliseconds