Searched refs:current_called_scope (Results 1 - 5 of 5) sorted by relevance

/PHP_TRUNK/Zend/
H A Dzend_compile.h395 zend_class_entry *current_called_scope; member in struct:_zend_execute_data
H A Dzend_execute_API.c741 zend_class_entry *current_called_scope; local
891 current_called_scope = EG(called_scope);
1003 EG(called_scope) = current_called_scope;
H A Dzend_generators.c264 execute_data->current_called_scope = EG(called_scope);
323 EG(called_scope) = generator->execute_data->current_called_scope;
H A Dzend_vm_def.h1897 EG(called_scope) = EX(current_called_scope);
1961 EX(current_called_scope) = EG(called_scope);
2078 EG(called_scope) = EX(current_called_scope);
H A Dzend_vm_execute.h451 EG(called_scope) = EX(current_called_scope);
515 EX(current_called_scope) = EG(called_scope);
632 EG(called_scope) = EX(current_called_scope);
[all...]

Completed in 68 milliseconds