called_scope 2697 Zend/zend_API.c fcc->called_scope = EG(called_scope); called_scope 2711 Zend/zend_API.c fcc->called_scope = EG(called_scope); called_scope 2721 Zend/zend_API.c if (!EG(called_scope)) { called_scope 2724 Zend/zend_API.c fcc->called_scope = EG(called_scope); called_scope 2725 Zend/zend_API.c fcc->calling_scope = EG(called_scope); called_scope 2740 Zend/zend_API.c fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); called_scope 2742 Zend/zend_API.c fcc->called_scope = fcc->object_ptr ? Z_OBJCE_P(fcc->object_ptr) : fcc->calling_scope; called_scope 3006 Zend/zend_API.c fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); called_scope 3036 Zend/zend_API.c fcc->called_scope = NULL; called_scope 3071 Zend/zend_API.c fcc->called_scope = fcc->calling_scope; called_scope 3148 Zend/zend_API.c fcc->called_scope = fcc->calling_scope; called_scope 3187 Zend/zend_API.c fcc->called_scope = fcc->calling_scope; called_scope 59 Zend/zend_API.h zend_class_entry *called_scope; called_scope 786 Zend/zend_builtin_functions.c if (EG(called_scope)) { called_scope 787 Zend/zend_builtin_functions.c RETURN_STRINGL(EG(called_scope)->name, EG(called_scope)->name_length, 1); called_scope 390 Zend/zend_compile.h zend_class_entry *called_scope; called_scope 356 Zend/zend_constants.c if (EG(called_scope)) { called_scope 357 Zend/zend_constants.c ce = EG(called_scope); called_scope 187 Zend/zend_execute_API.c EG(called_scope) = NULL; called_scope 631 Zend/zend_execute_API.c zend_class_entry *called_scope = NULL; called_scope 698 Zend/zend_execute_API.c called_scope = fci_cache->called_scope; called_scope 779 Zend/zend_execute_API.c current_called_scope = EG(called_scope); called_scope 780 Zend/zend_execute_API.c if (called_scope) { called_scope 781 Zend/zend_execute_API.c EG(called_scope) = called_scope; called_scope 783 Zend/zend_execute_API.c EG(called_scope) = NULL; called_scope 891 Zend/zend_execute_API.c EG(called_scope) = current_called_scope; called_scope 1001 Zend/zend_execute_API.c fcall_cache.called_scope = NULL; called_scope 1379 Zend/zend_execute_API.c if (!EG(called_scope)) { called_scope 1382 Zend/zend_execute_API.c return EG(called_scope); called_scope 310 Zend/zend_generators.c execute_data->current_called_scope = EG(called_scope); called_scope 355 Zend/zend_generators.c zend_class_entry *original_called_scope = EG(called_scope); called_scope 369 Zend/zend_generators.c EG(called_scope) = generator->execute_data->current_called_scope; called_scope 393 Zend/zend_generators.c EG(called_scope) = original_called_scope; called_scope 202 Zend/zend_globals.h zend_class_entry *called_scope; /* Scope of the calling class */ called_scope 88 Zend/zend_interfaces.c fcic.called_scope = Z_OBJCE_PP(object_pp); called_scope 90 Zend/zend_interfaces.c !(EG(called_scope) && called_scope 91 Zend/zend_interfaces.c instanceof_function(EG(called_scope), obj_ce TSRMLS_CC))) { called_scope 92 Zend/zend_interfaces.c fcic.called_scope = obj_ce; called_scope 94 Zend/zend_interfaces.c fcic.called_scope = EG(called_scope); called_scope 1889 Zend/zend_vm_def.h EG(called_scope) = EX(current_called_scope); called_scope 1954 Zend/zend_vm_def.h EX(current_called_scope) = EG(called_scope); called_scope 1957 Zend/zend_vm_def.h EG(called_scope) = EX(call)->called_scope; called_scope 2076 Zend/zend_vm_def.h EG(called_scope) = EX(current_called_scope); called_scope 2450 Zend/zend_vm_def.h call->called_scope = Z_OBJCE_P(call->object); called_scope 2453 Zend/zend_vm_def.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { called_scope 2469 Zend/zend_vm_def.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); called_scope 2528 Zend/zend_vm_def.h call->called_scope = ce; called_scope 2533 Zend/zend_vm_def.h call->called_scope = EG(called_scope); called_scope 2535 Zend/zend_vm_def.h call->called_scope = ce; called_scope 2618 Zend/zend_vm_def.h call->called_scope = Z_OBJCE_P(call->object); called_scope 2648 Zend/zend_vm_def.h call->called_scope = NULL; called_scope 2679 Zend/zend_vm_def.h call->called_scope = NULL; called_scope 2689 Zend/zend_vm_def.h Z_OBJ_HANDLER_P(function_name, get_closure)(function_name, &call->called_scope, &call->fbc, &call->object TSRMLS_CC) == SUCCESS) { called_scope 2735 Zend/zend_vm_def.h call->called_scope = ce; called_scope 2745 Zend/zend_vm_def.h ce = call->called_scope = Z_OBJCE_PP(obj); called_scope 2811 Zend/zend_vm_def.h call->called_scope = NULL; called_scope 2843 Zend/zend_vm_def.h call->called_scope = NULL; called_scope 3621 Zend/zend_vm_def.h call->called_scope = EX_T(opline->op1.var).class_entry; called_scope 5442 Zend/zend_vm_def.h zend_create_closure(&EX_T(opline->result.var).tmp_var, (zend_function *) op_array, EG(called_scope), NULL TSRMLS_CC); called_scope 458 Zend/zend_vm_execute.h EG(called_scope) = EX(current_called_scope); called_scope 523 Zend/zend_vm_execute.h EX(current_called_scope) = EG(called_scope); called_scope 526 Zend/zend_vm_execute.h EG(called_scope) = EX(call)->called_scope; called_scope 645 Zend/zend_vm_execute.h EG(called_scope) = EX(current_called_scope); called_scope 968 Zend/zend_vm_execute.h call->called_scope = EX_T(opline->op1.var).class_entry; called_scope 1453 Zend/zend_vm_execute.h call->called_scope = NULL; called_scope 1483 Zend/zend_vm_execute.h call->called_scope = NULL; called_scope 1493 Zend/zend_vm_execute.h Z_OBJ_HANDLER_P(function_name, get_closure)(function_name, &call->called_scope, &call->fbc, &call->object TSRMLS_CC) == SUCCESS) { called_scope 1539 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 1549 Zend/zend_vm_execute.h ce = call->called_scope = Z_OBJCE_PP(obj); called_scope 1614 Zend/zend_vm_execute.h call->called_scope = NULL; called_scope 1796 Zend/zend_vm_execute.h call->called_scope = NULL; called_scope 1827 Zend/zend_vm_execute.h call->called_scope = NULL; called_scope 1837 Zend/zend_vm_execute.h Z_OBJ_HANDLER_P(function_name, get_closure)(function_name, &call->called_scope, &call->fbc, &call->object TSRMLS_CC) == SUCCESS) { called_scope 1883 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 1893 Zend/zend_vm_execute.h ce = call->called_scope = Z_OBJCE_PP(obj); called_scope 1995 Zend/zend_vm_execute.h call->called_scope = NULL; called_scope 2026 Zend/zend_vm_execute.h call->called_scope = NULL; called_scope 2036 Zend/zend_vm_execute.h Z_OBJ_HANDLER_P(function_name, get_closure)(function_name, &call->called_scope, &call->fbc, &call->object TSRMLS_CC) == SUCCESS) { called_scope 2082 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 2092 Zend/zend_vm_execute.h ce = call->called_scope = Z_OBJCE_PP(obj); called_scope 2232 Zend/zend_vm_execute.h call->called_scope = NULL; called_scope 2262 Zend/zend_vm_execute.h call->called_scope = NULL; called_scope 2272 Zend/zend_vm_execute.h Z_OBJ_HANDLER_P(function_name, get_closure)(function_name, &call->called_scope, &call->fbc, &call->object TSRMLS_CC) == SUCCESS) { called_scope 2318 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 2328 Zend/zend_vm_execute.h ce = call->called_scope = Z_OBJCE_PP(obj); called_scope 2597 Zend/zend_vm_execute.h call->called_scope = NULL; called_scope 3842 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 3847 Zend/zend_vm_execute.h call->called_scope = EG(called_scope); called_scope 3849 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 3932 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 4844 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 4849 Zend/zend_vm_execute.h call->called_scope = EG(called_scope); called_scope 4851 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 4934 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 5708 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 5713 Zend/zend_vm_execute.h call->called_scope = EG(called_scope); called_scope 5715 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 5798 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 6443 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 6448 Zend/zend_vm_execute.h call->called_scope = EG(called_scope); called_scope 6450 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 6533 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 6818 Zend/zend_vm_execute.h zend_create_closure(&EX_T(opline->result.var).tmp_var, (zend_function *) op_array, EG(called_scope), NULL TSRMLS_CC); called_scope 7302 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 7307 Zend/zend_vm_execute.h call->called_scope = EG(called_scope); called_scope 7309 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 7392 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 9311 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 9314 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { called_scope 9330 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); called_scope 10176 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 10179 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { called_scope 10195 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); called_scope 11042 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 11045 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { called_scope 11061 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); called_scope 12488 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 12491 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { called_scope 12507 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); called_scope 15736 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 15739 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { called_scope 15755 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); called_scope 15813 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 15818 Zend/zend_vm_execute.h call->called_scope = EG(called_scope); called_scope 15820 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 15903 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 18089 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 18092 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { called_scope 18108 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); called_scope 18167 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 18172 Zend/zend_vm_execute.h call->called_scope = EG(called_scope); called_scope 18174 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 18257 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 20407 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 20410 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { called_scope 20426 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); called_scope 20485 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 20490 Zend/zend_vm_execute.h call->called_scope = EG(called_scope); called_scope 20492 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 20575 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 21933 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 21938 Zend/zend_vm_execute.h call->called_scope = EG(called_scope); called_scope 21940 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 22023 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 23877 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 23880 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { called_scope 23896 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); called_scope 23954 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 23959 Zend/zend_vm_execute.h call->called_scope = EG(called_scope); called_scope 23961 Zend/zend_vm_execute.h call->called_scope = ce; called_scope 24044 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 25527 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 25530 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { called_scope 25546 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); called_scope 26940 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 26943 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { called_scope 26959 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); called_scope 28262 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 28265 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { called_scope 28281 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); called_scope 30014 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 30017 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { called_scope 30033 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); called_scope 33265 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 33268 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { called_scope 33284 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); called_scope 35389 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 35392 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { called_scope 35408 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); called_scope 37569 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 37572 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { called_scope 37588 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); called_scope 40752 Zend/zend_vm_execute.h call->called_scope = Z_OBJCE_P(call->object); called_scope 40755 Zend/zend_vm_execute.h (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) { called_scope 40771 Zend/zend_vm_execute.h CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc); called_scope 2198 ext/mysql/php_mysql.c fcc.called_scope = Z_OBJCE_P(return_value); called_scope 1329 ext/mysqli/mysqli.c fcc.called_scope = Z_OBJCE_P(return_value); called_scope 485 ext/pdo/pdo_dbh.c fcc.called_scope = Z_OBJCE_P(object); called_scope 768 ext/pdo/pdo_stmt.c fcc->called_scope = ce; called_scope 2818 ext/pgsql/pgsql.c fcc.called_scope = Z_OBJCE_P(return_value); called_scope 1443 ext/reflection/php_reflection.c fcc.called_scope = Z_OBJCE_P(reflector_ptr); called_scope 1959 ext/reflection/php_reflection.c fcc.called_scope = NULL; called_scope 2026 ext/reflection/php_reflection.c fcc.called_scope = NULL; called_scope 2959 ext/reflection/php_reflection.c fcc.called_scope = intern->ce; called_scope 3068 ext/reflection/php_reflection.c fcc.called_scope = intern->ce; called_scope 4312 ext/reflection/php_reflection.c fcc.called_scope = Z_OBJCE_P(return_value); called_scope 4417 ext/reflection/php_reflection.c fcc.called_scope = Z_OBJCE_P(return_value); called_scope 2133 ext/spl/spl_directory.c fcic.called_scope = NULL; called_scope 78 ext/spl/spl_engine.h fcc.called_scope = pce; called_scope 4895 ext/standard/basic_functions.c if (EG(called_scope) && called_scope 4896 ext/standard/basic_functions.c instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) { called_scope 4897 ext/standard/basic_functions.c fci_cache.called_scope = EG(called_scope); called_scope 4925 ext/standard/basic_functions.c if (EG(called_scope) && called_scope 4926 ext/standard/basic_functions.c instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) { called_scope 4927 ext/standard/basic_functions.c fci_cache.called_scope = EG(called_scope); called_scope 318 main/streams/userspace.c fcc.called_scope = Z_OBJCE_P(object); called_scope 46 sapi/phpdbg/phpdbg_frame.c EG(called_scope) = PHPDBG_EX(current_called_scope); called_scope 90 sapi/phpdbg/phpdbg_frame.c EG(called_scope) = PHPDBG_EX(current_called_scope); called_scope 1112 sapi/phpdbg/phpdbg_prompt.c EX(called_scope) = NULL;