Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_set.c221 phpdbg_writeln("Stepping %s", PHPDBG_G(flags) & PHPDBG_STEP_OPCODE ? "opcode" : "line"); in PHPDBG_SET()
225 PHPDBG_G(flags) |= PHPDBG_STEP_OPCODE; in PHPDBG_SET()
227 PHPDBG_G(flags) &= ~PHPDBG_STEP_OPCODE; in PHPDBG_SET()
H A Dphpdbg.h145 #define PHPDBG_STEP_OPCODE (1ULL<<14) macro
177 PHPDBG_STEP_OPCODE | \
H A Dphpdbg_prompt.c1773 …if (PHPDBG_G(flags) & PHPDBG_IS_STEPPING && (PHPDBG_G(flags) & PHPDBG_STEP_OPCODE || execute_data-… in phpdbg_execute_ex()

Completed in 12 milliseconds