Searched defs:called_scope (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/Zend/ | ||
| H A D | zend_globals.h | 195 zend_class_entry *called_scope; /* Scope of the calling class */ member in struct:_zend_executor_globals |
| H A D | zend_compile.h | 379 zend_class_entry *called_scope; member in struct:_call_slot |
| H A D | zend_execute_API.c | 190 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 D | zend_API.h | 59 zend_class_entry *called_scope; member in struct:_zend_fcall_info_cache |
Completed in 10 milliseconds