Home
last modified time | relevance | path

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

/PHP-7.1/ext/reflection/
H A Dphp_reflection.h49 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object);
H A Dphp_reflection.c1222 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object) in zend_reflection_class_factory() function
1797 zend_reflection_class_factory(closure_func->common.scope, return_value); in ZEND_METHOD()
2644 zend_reflection_class_factory(param->fptr->common.scope, return_value); in ZEND_METHOD()
2721 zend_reflection_class_factory(ce, return_value); in ZEND_METHOD()
3625 zend_reflection_class_factory(mptr->common.scope, return_value); in ZEND_METHOD()
3839 zend_reflection_class_factory(ref->ce, return_value); in ZEND_METHOD()
5036 zend_reflection_class_factory(ce->interfaces[i], &interface); in ZEND_METHOD()
5082 zend_reflection_class_factory(ce->traits[i], &trait); in ZEND_METHOD()
5154 zend_reflection_class_factory(ce->parent, return_value); in ZEND_METHOD()
5764 zend_reflection_class_factory(ce, return_value); in ZEND_METHOD()
[all …]

Completed in 25 milliseconds