Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.h142 #define PHPDBG_IS_INITIALIZING (1<<23) macro
H A Dphpdbg.c1417 PHPDBG_G(flags) |= PHPDBG_IS_INITIALIZING;
1422 PHPDBG_G(flags) &= ~PHPDBG_IS_INITIALIZING;
H A Dphpdbg_prompt.c1221 (PHPDBG_G(flags) & PHPDBG_IS_INITIALIZING)) {

Completed in 12 milliseconds