Searched refs:PHPDBG_EX (Results 1 – 2 of 2) sorted by relevance
40 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 …]
109 #define PHPDBG_EX(v) (EG(current_execute_data)->v) macro
Completed in 5 milliseconds