Searched refs:current_scope (Results 1 – 6 of 6) sorted by relevance
45 EG(scope) = PHPDBG_EX(current_scope); in phpdbg_restore_frame()89 EG(scope) = PHPDBG_EX(current_scope); in phpdbg_switch_frame()
309 execute_data->current_scope = EG(scope); in zend_generator_create_zval()368 EG(scope) = generator->execute_data->current_scope; in zend_generator_resume()
628 zend_class_entry *current_scope; in zend_call_function() local774 current_scope = EG(scope); in zend_call_function()895 EG(scope) = current_scope; in zend_call_function()
406 zend_class_entry *current_scope; member
1908 EG(scope) = EX(current_scope); in ZEND_VM_HELPER()1973 EX(current_scope) = EG(scope); in ZEND_VM_HELPER()2095 EG(scope) = EX(current_scope); in ZEND_VM_HELPER()
457 EG(scope) = EX(current_scope); in zend_leave_helper_SPEC()522 EX(current_scope) = EG(scope); in zend_do_fcall_common_helper_SPEC()644 EG(scope) = EX(current_scope); in zend_do_fcall_common_helper_SPEC()
Completed in 105 milliseconds