Searched defs:called_scope (Results 1 - 4 of 4) sorted by relevance

/PHP_TRUNK/Zend/
H A Dzend_globals.h195 zend_class_entry *called_scope; /* Scope of the calling class */ member in struct:_zend_executor_globals
H A Dzend_compile.h379 zend_class_entry *called_scope; member in struct:_call_slot
H A Dzend_execute_API.c190 EG(called_scope) = NULL;
743 zend_class_entry *called_scope = NULL; local
810 called_scope = fci_cache->called_scope;
891 current_called_scope = EG(called_scope);
892 if (called_scope) {
893 EG(called_scope) = called_scope;
895 EG(called_scope) = NULL;
1003 EG(called_scope)
[all...]
H A Dzend_API.h59 zend_class_entry *called_scope; member in struct:_zend_fcall_info_cache

Completed in 10 milliseconds