Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_frame.c102 if (PHPDBG_FRAME(num) == 0) { in phpdbg_restore_frame()
106 if (PHPDBG_FRAME(generator)) { in phpdbg_restore_frame()
107 if (PHPDBG_FRAME(generator)->execute_data->call) { in phpdbg_restore_frame()
108PHPDBG_FRAME(generator)->frozen_call_stack = zend_generator_freeze_call_stack(PHPDBG_FRAME(generat… in phpdbg_restore_frame()
110 PHPDBG_FRAME(generator) = NULL; in phpdbg_restore_frame()
113 PHPDBG_FRAME(num) = 0; in phpdbg_restore_frame()
121 …zend_execute_data *execute_data = PHPDBG_FRAME(num) ? PHPDBG_FRAME(execute_data) : EG(current_exec… in phpdbg_switch_frame()
124 if (PHPDBG_FRAME(num) == frame) { in phpdbg_switch_frame()
152 PHPDBG_FRAME(num) = frame; in phpdbg_switch_frame()
312 PHPDBG_FRAME(num) = -1; in phpdbg_open_generator_frame()
[all …]
H A Dphpdbg_cmd.h106 #define PHPDBG_FRAME(v) (PHPDBG_G(frame).v) macro
H A Dphpdbg_prompt.c923 PHPDBG_FRAME(num) = 0; in PHPDBG_COMMAND()

Completed in 12 milliseconds