Home
last modified time | relevance | path

Searched refs:PHPDBG_EX (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_frame.c40 EG(opline_ptr) = &PHPDBG_EX(opline); in phpdbg_restore_frame()
41 EG(active_op_array) = PHPDBG_EX(op_array); in phpdbg_restore_frame()
43 EG(active_symbol_table) = PHPDBG_EX(symbol_table); in phpdbg_restore_frame()
44 EG(This) = PHPDBG_EX(current_this); in phpdbg_restore_frame()
45 EG(scope) = PHPDBG_EX(current_scope); in phpdbg_restore_frame()
46 EG(called_scope) = PHPDBG_EX(current_called_scope); in phpdbg_restore_frame()
83 EG(opline_ptr) = &PHPDBG_EX(opline); in phpdbg_switch_frame()
84 EG(active_op_array) = PHPDBG_EX(op_array); in phpdbg_switch_frame()
87 EG(active_symbol_table) = PHPDBG_EX(symbol_table); in phpdbg_switch_frame()
88 EG(This) = PHPDBG_EX(current_this); in phpdbg_switch_frame()
[all …]
H A Dphpdbg_cmd.h109 #define PHPDBG_EX(v) (EG(current_execute_data)->v) macro

Completed in 5 milliseconds