Home
last modified time | relevance | path

Searched refs:zend_fetch_class (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_constants.c374 ce = zend_fetch_class(class_name, flags); in zend_get_constant_ex()
H A Dzend_execute.h326 ZEND_API zend_class_entry *zend_fetch_class(zend_string *class_name, int fetch_type);
H A Dzend_inheritance.c1769 trait = zend_fetch_class(cur_method_ref->class_name, in zend_traits_init_trait_structures()
1794 …zend_class_entry *exclude_ce = zend_fetch_class(class_name, ZEND_FETCH_CLASS_TRAIT |ZEND_FETCH_CLA… in zend_traits_init_trait_structures()
1839 …trait = zend_fetch_class(cur_method_ref->class_name, ZEND_FETCH_CLASS_TRAIT|ZEND_FETCH_CLASS_NO_AU… in zend_traits_init_trait_structures()
H A Dzend_vm_def.h3376 Z_CE_P(EX_VAR(opline->result.var)) = zend_fetch_class(NULL, opline->op1.num);
3393 Z_CE_P(EX_VAR(opline->result.var)) = zend_fetch_class(Z_STR_P(class_name), opline->op1.num);
3592 ce = zend_fetch_class(NULL, opline->op1.num);
5694 ce = zend_fetch_class(NULL, opline->op1.num);
5848 ce = zend_fetch_class(NULL, opline->op1.num);
6355 ce = zend_fetch_class(NULL, opline->op2.num);
7675 ce = zend_fetch_class(NULL, opline->op2.num);
H A Dzend_execute_API.c1458 zend_class_entry *zend_fetch_class(zend_string *class_name, int fetch_type) /* {{{ */ in zend_fetch_class() function
H A Dzend_execute.c973 ce = zend_fetch_class(ZEND_TYPE_NAME(*list_type), in zend_check_type_slow()
996 …ce = zend_fetch_class(ZEND_TYPE_NAME(type), (ZEND_FETCH_CLASS_AUTO | ZEND_FETCH_CLASS_NO_AUTOLOAD)… in zend_check_type_slow()
3037 ce = zend_fetch_class(NULL, opline->op2.num); in zend_fetch_static_property_address_ex()
H A Dzend_vm_execute.h2634 ce = zend_fetch_class(NULL, opline->op2.num); in ZEND_UNSET_STATIC_PROP_SPEC_HANDLER()
6614 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
8907 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
9650 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
9947 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_NEW_SPEC_CONST_UNUSED_HANDLER()
11295 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
23939 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
26519 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER()
27921 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
28543 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_NEW_SPEC_VAR_UNUSED_HANDLER()
[all …]
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c1730 ce = zend_fetch_class(ZEND_TYPE_NAME(*list_type), in zend_jit_verify_type_common()
1747 …ce = zend_fetch_class(ZEND_TYPE_NAME(arg_info->type), (ZEND_FETCH_CLASS_AUTO | ZEND_FETCH_CLASS_NO… in zend_jit_verify_type_common()
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c1353 stmt->fetch.cls.ce = zend_fetch_class(Z_STR_P(arg2), ZEND_FETCH_CLASS_AUTO); in PHP_METHOD()
/PHP-8.0/ext/soap/
H A Dphp_encoding.c1390 (tmp = zend_fetch_class(Z_STR_P(classname), ZEND_FETCH_CLASS_AUTO)) != NULL) { in to_zval_object_ex()

Completed in 178 milliseconds