Home
last modified time | relevance | path

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

/PHP-5.5/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()
309 execute_data->current_this = EG(This); in zend_generator_create_zval()
364 EG(This) = generator->execute_data->current_this; in zend_generator_resume()
H A Dzend_execute_API.c737 zval *current_this; in zend_call_function() local
882 current_this = EG(This); in zend_call_function()
998 EG(This) = current_this; in zend_call_function()
H A Dzend_compile.h396 zval *current_this; member
H A Dzend_execute.c1644 EX(current_this) = NULL; in i_create_execute_data_from_op_array()
H A Dzend_vm_def.h1895 EG(This) = EX(current_this); in ZEND_VM_HELPER()
1955 EX(current_this) = EG(This); in ZEND_VM_HELPER()
2074 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()
516 EX(current_this) = EG(This); in zend_do_fcall_common_helper_SPEC()
635 EG(This) = EX(current_this); in zend_do_fcall_common_helper_SPEC()

Completed in 185 milliseconds