current_this      408 Zend/zend_compile.h 	zval *current_this;
current_this     1689 Zend/zend_execute.c 	EX(current_this) = NULL;
current_this      632 Zend/zend_execute_API.c 	zval *current_this;
current_this      777 Zend/zend_execute_API.c 	current_this = EG(This);
current_this      893 Zend/zend_execute_API.c 	EG(This) = current_this;
current_this      121 Zend/zend_generators.c 		if (execute_data->current_this) {
current_this      122 Zend/zend_generators.c 			zval_ptr_dtor(&execute_data->current_this);
current_this      312 Zend/zend_generators.c 	execute_data->current_this = EG(This);
current_this      367 Zend/zend_generators.c 		EG(This) = generator->execute_data->current_this;
current_this     1887 Zend/zend_vm_def.h 			EG(This) = EX(current_this);
current_this     1952 Zend/zend_vm_def.h 		EX(current_this) = EG(This);
current_this     2074 Zend/zend_vm_def.h 		EG(This) = EX(current_this);
current_this      456 Zend/zend_vm_execute.h 			EG(This) = EX(current_this);
current_this      521 Zend/zend_vm_execute.h 		EX(current_this) = EG(This);
current_this      643 Zend/zend_vm_execute.h 		EG(This) = EX(current_this);
current_this       44 sapi/phpdbg/phpdbg_frame.c 	EG(This) = PHPDBG_EX(current_this);
current_this       88 sapi/phpdbg/phpdbg_frame.c 		EG(This) = PHPDBG_EX(current_this);