Lines Matching refs:zend_reflection_class_factory
1264 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object) in zend_reflection_class_factory() function
1710 zend_reflection_class_factory(closure_func->common.scope, return_value); in ZEND_METHOD()
1732 …zend_reflection_class_factory(called_scope ? (zend_class_entry *) called_scope : closure_func->com… in ZEND_METHOD()
2638 zend_reflection_class_factory(param->fptr->common.scope, return_value); in ZEND_METHOD()
2700 zend_reflection_class_factory(ce, return_value); in ZEND_METHOD()
3713 zend_reflection_class_factory(mptr->common.scope, return_value); in ZEND_METHOD()
3982 zend_reflection_class_factory(ref->ce, return_value); in ZEND_METHOD()
5142 zend_reflection_class_factory(ce->interfaces[i], &interface); in ZEND_METHOD()
5202 zend_reflection_class_factory(trait_ce, &trait); in ZEND_METHOD()
5296 zend_reflection_class_factory(ce->parent, return_value); in ZEND_METHOD()
5832 zend_reflection_class_factory(ce, return_value); in ZEND_METHOD()
6164 zend_reflection_class_factory(ce, &zclass); in add_extension_class()
7015 zend_reflection_class_factory(ref->ce, return_value); in ZEND_METHOD()