Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.h48 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object);
H A Dphp_reflection.c1084 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object) in zend_reflection_class_factory() function
1632 zend_reflection_class_factory(closure_func->common.scope, return_value); in ZEND_METHOD()
2497 zend_reflection_class_factory(param->fptr->common.scope, return_value); in ZEND_METHOD()
2559 zend_reflection_class_factory(ce, return_value); in ZEND_METHOD()
3451 zend_reflection_class_factory(mptr->common.scope, return_value); in ZEND_METHOD()
3660 zend_reflection_class_factory(ref->ce, return_value); in ZEND_METHOD()
4865 zend_reflection_class_factory(ce->interfaces[i], &interface); in ZEND_METHOD()
4927 zend_reflection_class_factory(trait_ce, &trait); in ZEND_METHOD()
5006 zend_reflection_class_factory(ce->parent, return_value); in ZEND_METHOD()
5632 zend_reflection_class_factory(ce, return_value); in ZEND_METHOD()
[all …]

Completed in 22 milliseconds