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

/PHP_TRUNK/Zend/
H A Dzend_compile.h396 zval *current_this; member in struct:_zend_execute_data
H A Dzend_execute_API.c744 zval *current_this; local
889 current_this = EG(This);
1005 EG(This) = current_this;
H A Dzend_generators.c54 if (execute_data->current_this) {
55 zval_ptr_dtor(&execute_data->current_this);
266 execute_data->current_this = EG(This);
321 EG(This) = generator->execute_data->current_this;
H A Dzend_execute.c1656 EX(current_this) = NULL;
H A Dzend_vm_def.h1895 EG(This) = EX(current_this);
1959 EX(current_this) = EG(This);
2076 EG(This) = EX(current_this);
H A Dzend_vm_execute.h449 EG(This) = EX(current_this);
513 EX(current_this) = EG(This);
630 EG(This) = EX(current_this);
[all...]

Completed in 76 milliseconds