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

/PHP_TRUNK/Zend/
H A Dzend_compile.h394 zend_class_entry *current_scope; member in struct:_zend_execute_data
H A Dzend_execute_API.c740 zend_class_entry *current_scope; local
886 current_scope = EG(scope);
1004 EG(scope) = current_scope;
H A Dzend_generators.c223 /* Requires globals EG(scope), EG(current_scope), EG(This),
263 execute_data->current_scope = EG(scope);
322 EG(scope) = generator->execute_data->current_scope;
H A Dzend_vm_def.h1896 EG(scope) = EX(current_scope);
1960 EX(current_scope) = EG(scope);
2077 EG(scope) = EX(current_scope);
H A Dzend_vm_execute.h450 EG(scope) = EX(current_scope);
514 EX(current_scope) = EG(scope);
631 EG(scope) = EX(current_scope);
[all...]

Completed in 73 milliseconds