/PHP-8.3/Zend/ |
H A D | zend_closures.h | 36 …, zend_function *op_array, zend_class_entry *scope, zend_class_entry *called_scope, zval *this_ptr… 37 …, zend_function *op_array, zend_class_entry *scope, zend_class_entry *called_scope, zval *this_ptr…
|
H A D | zend_closures.c | 35 zend_class_entry *called_scope; member 149 fci_cache.called_scope = newclass; in ZEND_METHOD() 176 fake_closure->called_scope = NULL; in ZEND_METHOD() 223 zend_class_entry *ce, *called_scope; in do_closure_bind() local 244 called_scope = Z_OBJCE_P(newthis); in do_closure_bind() 246 called_scope = ce; in do_closure_bind() 321 fcc.called_scope = zend_get_called_scope(EG(current_execute_data)); in ZEND_NAMED_FUNCTION() 441 if (lhs->called_scope != rhs->called_scope) { in zend_closure_compare() 565 *ce_ptr = closure->called_scope; in zend_closure_get_closure() 814 closure->called_scope = called_scope; in zend_create_closure_ex() [all …]
|
H A D | zend_interfaces.c | 41 zend_class_entry *called_scope; in zend_call_method() local 77 called_scope = object->ce; in zend_call_method() 79 called_scope = obj_ce; in zend_call_method() 82 zend_call_known_function(fn, object, called_scope, retval_ptr, param_count, params, NULL); in zend_call_method()
|
H A D | zend_API.c | 3599 if (!fcc->called_scope || !instanceof_function(fcc->called_scope, scope)) { in zend_is_callable_check_class() 3600 fcc->called_scope = scope; in zend_is_callable_check_class() 3618 if (!fcc->called_scope || !instanceof_function(fcc->called_scope, scope->parent)) { in zend_is_callable_check_class() 3619 fcc->called_scope = scope->parent; in zend_is_callable_check_class() 3631 if (!called_scope) { in zend_is_callable_check_class() 3637 fcc->called_scope = called_scope; in zend_is_callable_check_class() 3638 fcc->calling_scope = called_scope; in zend_is_callable_check_class() 3655 fcc->called_scope = object->ce; in zend_is_callable_check_class() 3657 fcc->called_scope = ce; in zend_is_callable_check_class() 3761 fcc->called_scope = object->ce; in zend_is_callable_check_func() [all …]
|
H A D | zend_execute.c | 1050 if (!called_scope) { in zend_value_instanceof_static() 4670 zend_class_entry *called_scope; in zend_init_dynamic_call_string() local 4685 if (UNEXPECTED(called_scope == NULL)) { in zend_init_dynamic_call_string() 4692 if (called_scope->get_static_method) { in zend_init_dynamic_call_string() 4693 fbc = called_scope->get_static_method(called_scope, mname); in zend_init_dynamic_call_string() 4738 called_scope = NULL; in zend_init_dynamic_call_string() 4742 fbc, num_args, called_scope); in zend_init_dynamic_call_string() 4750 zend_class_entry *called_scope; in zend_init_dynamic_call_object() local 4757 object_or_called_scope = called_scope; in zend_init_dynamic_call_object() 4826 if (called_scope->get_static_method) { in zend_init_dynamic_call_array() [all …]
|
H A D | zend_builtin_functions.c | 578 zend_class_entry *called_scope; in ZEND_FUNCTION() local 582 called_scope = zend_get_called_scope(execute_data); in ZEND_FUNCTION() 583 if (!called_scope) { in ZEND_FUNCTION() 588 RETURN_STR_COPY(called_scope->name); in ZEND_FUNCTION()
|
H A D | zend_execute_API.c | 804 object_or_called_scope = fci_cache->called_scope; in zend_call_function() 1030 zend_function *fn, zend_object *object, zend_class_entry *called_scope, zval *retval_ptr, in zend_call_known_function() argument 1049 fcic.called_scope = called_scope; in zend_call_known_function()
|
H A D | zend_vm_def.h | 3475 zend_class_entry *called_scope; variable 3553 called_scope = obj->ce; 3606 obj = (zend_object*)called_scope; 3854 object_or_called_scope = fcc.called_scope; 8163 zend_class_entry *called_scope; variable 8167 called_scope = Z_OBJCE(EX(This)); 8175 called_scope = Z_CE(EX(This)); 8180 EX(func)->op_array.scope, called_scope, object); 8717 zend_class_entry *called_scope, *scope; variable 8765 called_scope = Z_OBJCE(EX(This)); [all …]
|
H A D | zend_vm_execute.h | 6860 called_scope = obj->ce; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CONST_HANDLER() 9380 called_scope = obj->ce; in ZEND_INIT_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER() 11767 called_scope = obj->ce; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CV_HANDLER() 16120 called_scope = obj->ce; in ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_CONST_HANDLER() 17565 called_scope = obj->ce; in ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_TMPVAR_HANDLER() 18925 called_scope = obj->ce; in ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_CV_HANDLER() 33989 called_scope = obj->ce; in ZEND_INIT_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER() 36044 called_scope = obj->ce; in ZEND_INIT_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER() 38539 called_scope = obj->ce; in ZEND_INIT_METHOD_CALL_SPEC_UNUSED_CV_HANDLER() 43530 called_scope = obj->ce; in ZEND_INIT_METHOD_CALL_SPEC_CV_CONST_HANDLER() [all …]
|
H A D | zend_API.h | 60 zend_class_entry *called_scope; member 832 zend_function *fn, zend_object *object, zend_class_entry *called_scope, zval *retval_ptr, 845 …zend_call_known_function(func, fcc->object, fcc->called_scope, retval_ptr, param_count, params, na… in zend_call_known_fcc()
|
H A D | zend_compile.c | 1394 zend_class_entry *called_scope = zend_get_called_scope(EG(current_execute_data)); in zend_type_to_string_resolved() local 1395 if (called_scope) { in zend_type_to_string_resolved() 1396 name = called_scope->name; in zend_type_to_string_resolved()
|
/PHP-8.3/ext/standard/ |
H A D | basic_functions.c | 1539 zend_class_entry *called_scope; local 1553 called_scope = zend_get_called_scope(execute_data); 1554 if (called_scope && fci_cache.calling_scope && 1555 instanceof_function(called_scope, fci_cache.calling_scope)) { 1556 fci_cache.called_scope = called_scope; 1575 zend_class_entry *called_scope; local 1586 called_scope = zend_get_called_scope(execute_data); 1587 if (called_scope && fci_cache.calling_scope && 1588 instanceof_function(called_scope, fci_cache.calling_scope)) { 1589 fci_cache.called_scope = called_scope;
|
H A D | var_unserializer.re | 275 fci_cache.called_scope = fci.object->ce;
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 1726 zend_class_entry *called_scope; in ZEND_METHOD() local 1730 …&& Z_OBJ_HANDLER(intern->obj, get_closure)(Z_OBJ(intern->obj), &called_scope, &closure_func, &obje… in ZEND_METHOD() 1731 && closure_func && (called_scope || closure_func->common.scope)) { in ZEND_METHOD() 1732 …zend_reflection_class_factory(called_scope ? (zend_class_entry *) called_scope : closure_func->com… in ZEND_METHOD() 1998 fcc.called_scope = NULL; in ZEND_METHOD() 2003 Z_OBJ(intern->obj), &fcc.called_scope, &fcc.function_handler, &fcc.object, 0); in ZEND_METHOD() 2037 fcc.called_scope = NULL; in ZEND_METHOD() 2042 Z_OBJ(intern->obj), &fcc.called_scope, &fcc.function_handler, &fcc.object, 0); in ZEND_METHOD()
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 140 zend_class_entry *called_scope = obj->ce; in zend_jit_find_method_helper() local 146 zend_undefined_method(called_scope, Z_STR_P(function_name)); in zend_jit_find_method_helper() 160 CACHE_POLYMORPHIC_PTR(opline->result.num, called_scope, fbc); in zend_jit_find_method_helper()
|
H A D | zend_jit_x86.dasc | 9040 zend_class_entry *called_scope; 9170 | // zend_vm_init_call_frame(call, call_info, func, num_args, called_scope, object); 9225 | // Z_CE(call->This) = called_scope; 9232 | // object_or_called_scope = closure->called_scope; 9233 | mov r1, aword [r0 + offsetof(zend_closure, called_scope)]
|
H A D | zend_jit_arm64.dasc | 8421 zend_class_entry *called_scope; 8553 | // zend_vm_init_call_frame(call, call_info, func, num_args, called_scope, object); 8604 | // Z_CE(call->This) = called_scope; 8611 | // object_or_called_scope = closure->called_scope; 8612 | ldr REG1, [REG0, #offsetof(zend_closure, called_scope)]
|
/PHP-8.3/ext/pdo/ |
H A D | pdo_dbh.c | 484 fcc.called_scope = Z_OBJCE_P(object); in pdo_stmt_construct()
|
H A D | pdo_stmt.c | 640 fcc->called_scope = ce; in do_fetch_class_prepare()
|