Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_constants.c321 ce = zend_fetch_class(class_name, flags); in zend_get_class_constant_ex()
346 ce = zend_fetch_class(class_name, flags); in zend_get_class_constant_ex()
H A Dzend_execute.h354 ZEND_API zend_class_entry *zend_fetch_class(zend_string *class_name, uint32_t fetch_type);
H A Dzend_vm_def.h3390 Z_CE_P(EX_VAR(opline->result.var)) = zend_fetch_class(NULL, opline->op1.num);
3407 Z_CE_P(EX_VAR(opline->result.var)) = zend_fetch_class(Z_STR_P(class_name), opline->op1.num);
3606 ce = zend_fetch_class(NULL, opline->op1.num);
5739 ce = zend_fetch_class(NULL, opline->op1.num);
5893 ce = zend_fetch_class(NULL, opline->op1.num);
6445 ce = zend_fetch_class(NULL, opline->op2.num);
7811 ce = zend_fetch_class(NULL, opline->op2.num);
H A Dzend_execute_API.c1635 zend_class_entry *zend_fetch_class(zend_string *class_name, uint32_t fetch_type) /* {{{ */ in zend_fetch_class() function
H A Dzend_vm_execute.h2752 ce = zend_fetch_class(NULL, opline->op2.num); in ZEND_UNSET_STATIC_PROP_SPEC_HANDLER()
6903 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
9248 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
10001 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
10299 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_NEW_SPEC_CONST_UNUSED_HANDLER()
11622 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
24330 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
27003 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER()
28460 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
29083 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_NEW_SPEC_VAR_UNUSED_HANDLER()
[all …]
H A Dzend_execute.c1025 ce = zend_fetch_class(name, in zend_fetch_ce_from_cache_slot()
3271 ce = zend_fetch_class(NULL, opline->op2.num); in zend_fetch_static_property_address_ex()
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.c1287 stmt->fetch.cls.ce = zend_fetch_class(Z_STR_P(arg2), ZEND_FETCH_CLASS_AUTO); in PHP_METHOD()
/PHP-8.2/ext/soap/
H A Dphp_encoding.c1382 (tmp = zend_fetch_class(Z_STR_P(classname), ZEND_FETCH_CLASS_AUTO)) != NULL) { in to_zval_object_ex()

Completed in 214 milliseconds