Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_frame.c104 if (PHPDBG_FRAME(num) == 0) { in phpdbg_restore_frame()
108 if (PHPDBG_FRAME(generator)) { in phpdbg_restore_frame()
109 if (PHPDBG_FRAME(generator)->execute_data->call) { in phpdbg_restore_frame()
110PHPDBG_FRAME(generator)->frozen_call_stack = zend_generator_freeze_call_stack(PHPDBG_FRAME(generat… in phpdbg_restore_frame()
112 PHPDBG_FRAME(generator) = NULL; in phpdbg_restore_frame()
115 PHPDBG_FRAME(num) = 0; in phpdbg_restore_frame()
123 …zend_execute_data *execute_data = PHPDBG_FRAME(num) ? PHPDBG_FRAME(execute_data) : EG(current_exec… in phpdbg_switch_frame()
126 if (PHPDBG_FRAME(num) == frame) { in phpdbg_switch_frame()
154 PHPDBG_FRAME(num) = frame; in phpdbg_switch_frame()
333 PHPDBG_FRAME(num) = -1; in phpdbg_open_generator_frame()
[all …]
H A Dphpdbg_cmd.h112 #define PHPDBG_FRAME(v) (PHPDBG_G(frame).v) macro
H A Dphpdbg_prompt.c939 PHPDBG_FRAME(num) = 0; in PHPDBG_COMMAND()

Completed in 12 milliseconds