Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_set.c251 …phpdbg_writeln("setstepping", "type=\"%s\"", "Stepping %s", PHPDBG_G(flags) & PHPDBG_STEP_OPCODE ?… in PHPDBG_SET()
255 PHPDBG_G(flags) |= PHPDBG_STEP_OPCODE; in PHPDBG_SET()
257 PHPDBG_G(flags) &= ~PHPDBG_STEP_OPCODE; in PHPDBG_SET()
H A Dphpdbg.h171 #define PHPDBG_STEP_OPCODE (1ULL<<14) macro
206 …DBG_SHOW_REFCOUNTS | PHPDBG_IS_STEPONEVAL | PHPDBG_IS_BP_ENABLED | PHPDBG_STEP_OPCODE | PHPDBG_IS_…
H A Dphpdbg_prompt.c1812 …if (PHPDBG_G(flags) & PHPDBG_IS_STEPPING && (PHPDBG_G(flags) & PHPDBG_STEP_OPCODE || execute_data-… in phpdbg_execute_ex()

Completed in 11 milliseconds