Searched refs:zend_fetch_class (Results 1 – 9 of 9) sorted by relevance
/php-src/Zend/ |
H A D | zend_constants.c | 313 ce = zend_fetch_class(class_name, flags); in zend_get_class_constant_ex() 338 ce = zend_fetch_class(class_name, flags); in zend_get_class_constant_ex()
|
H A D | zend_execute.h | 405 ZEND_API zend_class_entry *zend_fetch_class(zend_string *class_name, uint32_t fetch_type);
|
H A D | zend_vm_def.h | 3501 Z_CE_P(EX_VAR(opline->result.var)) = zend_fetch_class(NULL, opline->op1.num); 3518 Z_CE_P(EX_VAR(opline->result.var)) = zend_fetch_class(Z_STR_P(class_name), opline->op1.num); 3717 ce = zend_fetch_class(NULL, opline->op1.num); 5895 ce = zend_fetch_class(NULL, opline->op1.num); 6054 ce = zend_fetch_class(NULL, opline->op1.num); 6653 ce = zend_fetch_class(NULL, opline->op2.num); 8002 ce = zend_fetch_class(NULL, opline->op2.num);
|
H A D | zend_execute_API.c | 1703 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 | 2869 ce = zend_fetch_class(NULL, opline->op2.num); in ZEND_UNSET_STATIC_PROP_SPEC_HANDLER() 7303 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER() 7577 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER() 8737 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_TMPVARCV_HANDLER() 9877 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER() 10635 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER() 10933 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_NEW_SPEC_CONST_UNUSED_HANDLER() 12369 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER() 25405 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER() 28338 ce = zend_fetch_class(NULL, opline->op1.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER() [all …]
|
H A D | zend_execute.c | 1126 ce = zend_fetch_class(name, in zend_fetch_ce_from_cache_slot() 3560 ce = zend_fetch_class(NULL, opline->op2.num); in zend_fetch_static_property_address_ex()
|
/php-src/ext/pdo/ |
H A D | pdo_stmt.c | 1276 stmt->fetch.cls.ce = zend_fetch_class(Z_STR_P(arg2), ZEND_FETCH_CLASS_AUTO); in PHP_METHOD()
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 205 ce = zend_fetch_class(NULL, opline->op1.num); in zend_jit_find_class_helper()
|
/php-src/ext/soap/ |
H A D | php_encoding.c | 1435 (tmp = zend_fetch_class(Z_STR_P(classname), ZEND_FETCH_CLASS_AUTO)) != NULL) { in to_zval_object_ex()
|
Completed in 223 milliseconds