Searched refs:zend_fetch_class (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_constants.c | 321 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 D | zend_execute.h | 354 ZEND_API zend_class_entry *zend_fetch_class(zend_string *class_name, uint32_t fetch_type);
|
H A D | zend_vm_def.h | 3390 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 D | zend_execute_API.c | 1635 zend_class_entry *zend_fetch_class(zend_string *class_name, uint32_t fetch_type) /* {{{ */ in zend_fetch_class() function
|
H A D | zend_vm_execute.h | 2752 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 D | zend_execute.c | 1025 ce = zend_fetch_class(name, in zend_fetch_ce_from_cache_slot() 3274 ce = zend_fetch_class(NULL, opline->op2.num); in zend_fetch_static_property_address_ex()
|
/PHP-8.2/ext/pdo/ |
H A D | pdo_stmt.c | 1287 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 D | php_encoding.c | 1386 (tmp = zend_fetch_class(Z_STR_P(classname), ZEND_FETCH_CLASS_AUTO)) != NULL) { in to_zval_object_ex()
|
Completed in 189 milliseconds