Lines Matching refs:PHPDBG_EX
40 EG(opline_ptr) = &PHPDBG_EX(opline); in phpdbg_restore_frame()
41 EG(active_op_array) = PHPDBG_EX(op_array); in phpdbg_restore_frame()
42 EG(return_value_ptr_ptr) = PHPDBG_EX(original_return_value); 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()
86 EG(return_value_ptr_ptr) = PHPDBG_EX(original_return_value); 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()
89 EG(scope) = PHPDBG_EX(current_scope); in phpdbg_switch_frame()
90 EG(called_scope) = PHPDBG_EX(current_called_scope); in phpdbg_switch_frame()