Searched refs:called_scope (Results 1 – 21 of 21) sorted by relevance
88 fcic.called_scope = Z_OBJCE_PP(object_pp); in zend_call_method()90 !(EG(called_scope) && in zend_call_method()91 instanceof_function(EG(called_scope), obj_ce TSRMLS_CC))) { in zend_call_method()92 fcic.called_scope = obj_ce; in zend_call_method()94 fcic.called_scope = EG(called_scope); in zend_call_method()
190 EG(called_scope) = NULL; in init_executor()762 zend_class_entry *called_scope = NULL; in zend_call_function() local829 called_scope = fci_cache->called_scope; in zend_call_function()910 current_called_scope = EG(called_scope); in zend_call_function()911 if (called_scope) { in zend_call_function()912 EG(called_scope) = called_scope; in zend_call_function()914 EG(called_scope) = NULL; in zend_call_function()1019 EG(called_scope) = current_called_scope; in zend_call_function()1129 fcall_cache.called_scope = NULL; in zend_lookup_class_ex()1577 if (!EG(called_scope)) { in zend_fetch_class()[all …]
2242 EX(called_scope) = ce;2247 EX(called_scope) = EG(called_scope);2249 EX(called_scope) = ce;2427 EX(called_scope) = ce;2596 EX(called_scope) = DECODE_CTOR(EX(called_scope)); in ZEND_VM_HELPER()2656 EG(called_scope) = EX(called_scope); in ZEND_VM_HELPER()2765 if (IS_CTOR_USED(EX(called_scope))) { in ZEND_VM_HELPER()2780 EX(called_scope) = DECODE_CTOR(EX(called_scope)); in ZEND_VM_HELPER()5025 if (IS_CTOR_CALL(EX(called_scope))) {5026 if (IS_CTOR_USED(EX(called_scope))) {[all …]
30 EX(called_scope) = NULL;
200 zend_class_entry *called_scope; /* Scope of the calling class */ member
614 EG(called_scope) = EX(called_scope); in zend_do_fcall_common_helper_SPEC()3446 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()4254 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()4930 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER()5493 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()6175 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()13558 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()15736 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMP_HANDLER()17877 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_VAR_HANDLER()19161 EX(called_scope) = EG(called_scope); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()[all …]
365 … zend_arg_types_stack_3_pop(zend_ptr_stack *stack, zend_class_entry **called_scope, zval **object,… in zend_arg_types_stack_3_pop() argument371 *called_scope = (zend_class_entry *) a; in zend_arg_types_stack_3_pop()
2623 fcc->called_scope = EG(called_scope); in zend_is_callable_check_class()2637 fcc->called_scope = EG(called_scope); in zend_is_callable_check_class()2647 if (!EG(called_scope)) { in zend_is_callable_check_class()2650 fcc->called_scope = EG(called_scope); in zend_is_callable_check_class()2651 fcc->calling_scope = EG(called_scope); in zend_is_callable_check_class()2666 fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); in zend_is_callable_check_class()2932 fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); in zend_is_callable_check_func()2962 fcc->called_scope = NULL; in zend_is_callable_ex()2997 fcc->called_scope = fcc->calling_scope; in zend_is_callable_ex()3074 fcc->called_scope = fcc->calling_scope; in zend_is_callable_ex()[all …]
369 if (EG(called_scope)) { in zend_get_constant_ex()370 ce = EG(called_scope); in zend_get_constant_ex()
783 if (EG(called_scope)) { in ZEND_FUNCTION()784 RETURN_STRINGL(EG(called_scope)->name, EG(called_scope)->name_length, 1); in ZEND_FUNCTION()
370 zend_class_entry *called_scope; member
59 zend_class_entry *called_scope; member
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);
1407 fcc.called_scope = Z_OBJCE_P(reflector_ptr); in _reflection_export()1923 fcc.called_scope = NULL; in ZEND_METHOD()1990 fcc.called_scope = NULL; in ZEND_METHOD()2895 fcc.called_scope = intern->ce; in ZEND_METHOD()3004 fcc.called_scope = intern->ce; in ZEND_METHOD()4224 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()4322 fcc.called_scope = Z_OBJCE_P(return_value); in ZEND_METHOD()
1314 fcc.called_scope = Z_OBJCE_P(return_value); in php_mysqli_fetch_into_hash()
491 fcc.called_scope = Z_OBJCE_P(object); in pdo_stmt_construct()
780 fcc->called_scope = ce; in do_fetch_class_prepare()
318 fcc.called_scope = Z_OBJCE_P(object); in user_stream_create_object()
2203 fcc.called_scope = Z_OBJCE_P(return_value);
2134 fcic.called_scope = NULL; in spl_filesystem_file_call()
2718 fcc.called_scope = Z_OBJCE_P(return_value);
Completed in 290 milliseconds