Home
last modified time | relevance | path

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

/PHP-7.3/ext/reflection/
H A Dphp_reflection.h47 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object);
H A Dphp_reflection.c1083 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object) in zend_reflection_class_factory() function
1660 zend_reflection_class_factory(closure_func->common.scope, return_value); in ZEND_METHOD()
2516 zend_reflection_class_factory(param->fptr->common.scope, return_value); in ZEND_METHOD()
2578 zend_reflection_class_factory(ce, return_value); in ZEND_METHOD()
3469 zend_reflection_class_factory(mptr->common.scope, return_value); in ZEND_METHOD()
3681 zend_reflection_class_factory(ref->ce, return_value); in ZEND_METHOD()
4863 zend_reflection_class_factory(ce->interfaces[i], &interface); in ZEND_METHOD()
4921 zend_reflection_class_factory(ce->traits[i], &trait); in ZEND_METHOD()
5001 zend_reflection_class_factory(ce->parent, return_value); in ZEND_METHOD()
5565 zend_reflection_class_factory(ce, return_value); in ZEND_METHOD()
[all …]

Completed in 32 milliseconds