Home
last modified time | relevance | path

Searched refs:current_scope (Results 1 – 6 of 6) sorted by relevance

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_frame.c45 EG(scope) = PHPDBG_EX(current_scope); in phpdbg_restore_frame()
89 EG(scope) = PHPDBG_EX(current_scope); in phpdbg_switch_frame()
/PHP-5.6/Zend/
H A Dzend_generators.c309 execute_data->current_scope = EG(scope); in zend_generator_create_zval()
368 EG(scope) = generator->execute_data->current_scope; in zend_generator_resume()
H A Dzend_execute_API.c628 zend_class_entry *current_scope; in zend_call_function() local
774 current_scope = EG(scope); in zend_call_function()
895 EG(scope) = current_scope; in zend_call_function()
H A Dzend_compile.h406 zend_class_entry *current_scope; member
H A Dzend_vm_def.h1908 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()
H A Dzend_vm_execute.h457 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