Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_execute.h306 ZEND_API zend_class_entry *zend_fetch_class(zend_string *class_name, int fetch_type);
H A Dzend_constants.c369 ce = zend_fetch_class(class_name, flags); in zend_get_constant_ex()
H A Dzend_inheritance.c1411 trait = zend_fetch_class(cur_method_ref->class_name, in zend_traits_init_trait_structures()
1437 …zend_class_entry *exclude_ce = zend_fetch_class(class_name, ZEND_FETCH_CLASS_TRAIT |ZEND_FETCH_CLA… in zend_traits_init_trait_structures()
1480 …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.h1533 ce = zend_fetch_class(NULL, opline->op2.num);
2961 Z_CE_P(EX_VAR(opline->result.var)) = zend_fetch_class(NULL, opline->op1.num);
2978 Z_CE_P(EX_VAR(opline->result.var)) = zend_fetch_class(Z_STR_P(class_name), opline->op1.num);
3174 ce = zend_fetch_class(NULL, opline->op1.num);
4948 ce = zend_fetch_class(NULL, opline->op1.num);
5119 ce = zend_fetch_class(NULL, opline->op1.num);
5523 ce = zend_fetch_class(NULL, opline->op2.num);
6257 ce = zend_fetch_class(NULL, opline->op2.num);
6809 ce = zend_fetch_class(NULL, opline->op2.num);
H A Dzend_vm_execute.h5224 ce = zend_fetch_class(NULL, opline->op1.num);
5619 ce = zend_fetch_class(NULL, opline->op2.num);
5679 ce = zend_fetch_class(NULL, opline->op2.num);
7406 ce = zend_fetch_class(NULL, opline->op1.num);
8110 ce = zend_fetch_class(NULL, opline->op2.num);
8640 ce = zend_fetch_class(NULL, opline->op1.num);
8825 ce = zend_fetch_class(NULL, opline->op1.num);
9047 ce = zend_fetch_class(NULL, opline->op2.num);
10499 ce = zend_fetch_class(NULL, opline->op1.num);
14041 ce = zend_fetch_class(NULL, opline->op2.num);
[all …]
H A Dzend_execute_API.c1302 zend_class_entry *zend_fetch_class(zend_string *class_name, int fetch_type) /* {{{ */ in zend_fetch_class() function
H A Dzend_execute.c909 …*ce = zend_fetch_class(ZEND_TYPE_NAME(type), (ZEND_FETCH_CLASS_AUTO | ZEND_FETCH_CLASS_NO_AUTOLOAD… in zend_check_type()
1102 …ce = zend_fetch_class(ZEND_TYPE_NAME(ret_info->type), (ZEND_FETCH_CLASS_AUTO | ZEND_FETCH_CLASS_NO… in zend_verify_missing_return_type()
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c1321 stmt->fetch.cls.ce = zend_fetch_class(class_name, ZEND_FETCH_CLASS_AUTO); in PHP_METHOD()
1428 stmt->fetch.cls.ce = zend_fetch_class(Z_STR_P(arg2), ZEND_FETCH_CLASS_AUTO); in PHP_METHOD()
/PHP-7.3/ext/mysqli/
H A Dmysqli.c1228 ce = zend_fetch_class(class_name, ZEND_FETCH_CLASS_AUTO); in php_mysqli_fetch_into_hash()
/PHP-7.3/ext/soap/
H A Dphp_encoding.c1421 (tmp = zend_fetch_class(Z_STR_P(classname), ZEND_FETCH_CLASS_AUTO)) != NULL) { in to_zval_object_ex()
/PHP-7.3/ext/pgsql/
H A Dpgsql.c2734 ce = zend_fetch_class(class_name, ZEND_FETCH_CLASS_AUTO);

Completed in 277 milliseconds