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

/PHP_5_4/Zend/
H A Dzend_execute.h365 static zend_always_inline void zend_arg_types_stack_3_pop(zend_ptr_stack *stack, zend_class_entry **called_scope, zval **object, zend_function **fbc) argument
371 *called_scope = (zend_class_entry *) a;
H A Dzend_globals.h200 zend_class_entry *called_scope; /* Scope of the calling class */ member in struct:_zend_executor_globals
H A Dzend_API.h59 zend_class_entry *called_scope; member in struct:_zend_fcall_info_cache
H A Dzend_compile.h370 zend_class_entry *called_scope; member in struct:_zend_execute_data
H A Dzend_execute_API.c190 EG(called_scope) = NULL;
764 zend_class_entry *called_scope = NULL; local
831 called_scope = fci_cache->called_scope;
912 current_called_scope = EG(called_scope);
913 if (called_scope) {
914 EG(called_scope) = called_scope;
916 EG(called_scope) = NULL;
1021 EG(called_scope)
[all...]
H A Dzend_vm_def.h2154 zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope));
2170 EX(called_scope) = Z_OBJCE_P(EX(object)); variable
2173 (EX(fbc) = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, EX(called_scope))) == NULL) {
2189 CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, EX(called_scope), EX(fbc));
2224 zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope));
2238 EX(called_scope) = ce; variable
2243 EX(called_scope) = EG(called_scope); variable
2245 EX(called_scope) = ce; variable
2325 EX(called_scope) variable
2421 EX(called_scope) = ce; variable
3380 EX(called_scope) = EX_T(opline->op1.var).class_entry; variable
5010 EX(called_scope) = (zend_class_entry*)zend_ptr_stack_pop(&EG(arg_types_stack)); variable
5022 EX(called_scope) = DECODE_CTOR(EX(called_scope)); variable
[all...]

Completed in 16 milliseconds