Home
last modified time | relevance | path

Searched refs:zend_reflection_class_factory (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/reflection/
H A Dphp_reflection.h47 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object);
H A Dphp_reflection.c1241 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object) in zend_reflection_class_factory() function
1630 zend_reflection_class_factory(closure_func->common.scope, return_value); in ZEND_METHOD()
2515 zend_reflection_class_factory(param->fptr->common.scope, return_value); in ZEND_METHOD()
2577 zend_reflection_class_factory(ce, return_value); in ZEND_METHOD()
3512 zend_reflection_class_factory(mptr->common.scope, return_value); in ZEND_METHOD()
3703 zend_reflection_class_factory(ref->ce, return_value); in ZEND_METHOD()
4840 zend_reflection_class_factory(ce->interfaces[i], &interface); in ZEND_METHOD()
4900 zend_reflection_class_factory(trait_ce, &trait); in ZEND_METHOD()
4976 zend_reflection_class_factory(ce->parent, return_value); in ZEND_METHOD()
5506 zend_reflection_class_factory(ce, return_value); in ZEND_METHOD()
[all …]

Completed in 23 milliseconds