| /PHP_5_4/Zend/ |
| H A D | zend_constants.c | 369 if (EG(called_scope)) { 370 ce = EG(called_scope);
|
| H A D | zend_execute.h | 365 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 D | zend_globals.h | 200 zend_class_entry *called_scope; /* Scope of the calling class */ member in struct:_zend_executor_globals
|
| H A D | zend_interfaces.c | 88 fcic.called_scope = Z_OBJCE_PP(object_pp); 90 !(EG(called_scope) && 91 instanceof_function(EG(called_scope), obj_ce TSRMLS_CC))) { 92 fcic.called_scope = obj_ce; 94 fcic.called_scope = EG(called_scope);
|
| H A D | zend_builtin_functions.c | 783 if (EG(called_scope)) { 784 RETURN_STRINGL(EG(called_scope)->name, EG(called_scope)->name_length, 1);
|
| H A D | zend_compile.h | 370 zend_class_entry *called_scope; member in struct:_zend_execute_data
|
| H A D | zend_execute_API.c | 190 EG(called_scope) = NULL; 762 zend_class_entry *called_scope = NULL; local 829 called_scope = fci_cache->called_scope; 910 current_called_scope = EG(called_scope); 911 if (called_scope) { 912 EG(called_scope) = called_scope; 914 EG(called_scope) = NULL; 1019 EG(called_scope) [all...] |
| H A D | zend_vm_def.h | 2154 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 3382 EX(called_scope) = EX_T(opline->op1.var).class_entry; variable 5012 EX(called_scope) = (zend_class_entry*)zend_ptr_stack_pop(&EG(arg_types_stack)); variable 5024 EX(called_scope) = DECODE_CTOR(EX(called_scope)); variable [all...] |
| H A D | zend_vm_execute.h | 367 EX(called_scope) = NULL; 539 if (UNEXPECTED(EG(exception) != NULL) && IS_CTOR_CALL(EX(called_scope))) { 540 if (IS_CTOR_USED(EX(called_scope))) { 551 EG(called_scope) = EX(current_called_scope); 554 EX(called_scope) = DECODE_CTOR(EX(called_scope)); 611 EX(current_called_scope) = EG(called_scope); 614 EG(called_scope) = EX(called_scope); 617 zend_arg_types_stack_3_pop(&EG(arg_types_stack), &EX(called_scope), [all...] |
| H A D | zend_API.h | 59 zend_class_entry *called_scope; member in struct:_zend_fcall_info_cache
|
| H A D | zend_API.c | 2618 fcc->called_scope = EG(called_scope); 2632 fcc->called_scope = EG(called_scope); 2642 if (!EG(called_scope)) { 2645 fcc->called_scope = EG(called_scope); 2646 fcc->calling_scope = EG(called_scope); 2661 fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); 2663 fcc->called_scope [all...] |
| /PHP_5_4/ext/pdo/ |
| H A D | pdo_stmt.c | 780 fcc->called_scope = ce;
|
| H A D | pdo_dbh.c | 491 fcc.called_scope = Z_OBJCE_P(object);
|
| /PHP_5_4/ext/standard/ |
| H A D | basic_functions.c | 4863 if (EG(called_scope) && 4864 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) { 4865 fci_cache.called_scope = EG(called_scope); 4893 if (EG(called_scope) && 4894 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) { 4895 fci_cache.called_scope = EG(called_scope);
|
| /PHP_5_4/main/streams/ |
| H A D | userspace.c | 318 fcc.called_scope = Z_OBJCE_P(object);
|
| /PHP_5_4/ext/spl/ |
| H A D | spl_directory.c | 2124 fcic.called_scope = NULL;
|
| /PHP_5_4/ext/reflection/ |
| H A D | php_reflection.c | 1410 fcc.called_scope = Z_OBJCE_P(reflector_ptr); 1926 fcc.called_scope = NULL; 1993 fcc.called_scope = NULL; 2898 fcc.called_scope = intern->ce; 3007 fcc.called_scope = intern->ce; 4227 fcc.called_scope = Z_OBJCE_P(return_value); 4325 fcc.called_scope = Z_OBJCE_P(return_value);
|
| /PHP_5_4/ext/mysqli/ |
| H A D | mysqli.c | 1307 fcc.called_scope = Z_OBJCE_P(return_value);
|
| /PHP_5_4/ext/mysql/ |
| H A D | php_mysql.c | 2203 fcc.called_scope = Z_OBJCE_P(return_value);
|
| /PHP_5_4/ext/pgsql/ |
| H A D | pgsql.c | 2588 fcc.called_scope = Z_OBJCE_P(return_value);
|