Home
last modified time | relevance | path

Searched refs:current_this (Results 1 – 7 of 7) sorted by relevance

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_frame.c44 EG(This) = PHPDBG_EX(current_this); in phpdbg_restore_frame()
88 EG(This) = PHPDBG_EX(current_this); in phpdbg_switch_frame()
/PHP-5.6/Zend/
H A Dzend_generators.c121 if (execute_data->current_this) { in zend_generator_close()
122 zval_ptr_dtor(&execute_data->current_this); in zend_generator_close()
312 execute_data->current_this = EG(This); in zend_generator_create_zval()
367 EG(This) = generator->execute_data->current_this; in zend_generator_resume()
H A Dzend_execute_API.c632 zval *current_this; in zend_call_function() local
777 current_this = EG(This); in zend_call_function()
896 EG(This) = current_this; in zend_call_function()
H A Dzend_compile.h408 zval *current_this; member
H A Dzend_execute.c1687 EX(current_this) = NULL; in i_create_execute_data_from_op_array()
H A Dzend_vm_def.h1907 EG(This) = EX(current_this); in ZEND_VM_HELPER()
1972 EX(current_this) = EG(This); in ZEND_VM_HELPER()
2094 EG(This) = EX(current_this); in ZEND_VM_HELPER()
H A Dzend_vm_execute.h456 EG(This) = EX(current_this); in zend_leave_helper_SPEC()
521 EX(current_this) = EG(This); in zend_do_fcall_common_helper_SPEC()
643 EG(This) = EX(current_this); in zend_do_fcall_common_helper_SPEC()

Completed in 120 milliseconds