Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds