Searched refs:zend_reflection_class_factory (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/reflection/ |
H A D | php_reflection.h | 52 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object);
|
H A D | php_reflection.c | 1753 zend_reflection_class_factory(closure_func->common.scope, return_value); in ZEND_METHOD() 2637 zend_reflection_class_factory(param->fptr->common.scope, return_value); in ZEND_METHOD() 2697 zend_reflection_class_factory(ce, return_value); in ZEND_METHOD() 3663 zend_reflection_class_factory(mptr->common.scope, return_value); in ZEND_METHOD() 3913 zend_reflection_class_factory(ref->ce, return_value); in ZEND_METHOD() 5242 zend_reflection_class_factory(ce->interfaces[i], &interface); in ZEND_METHOD() 5298 zend_reflection_class_factory(trait_ce, &trait); in ZEND_METHOD() 5386 zend_reflection_class_factory(ce->parent, return_value); in ZEND_METHOD() 6154 zend_reflection_class_factory(ce, return_value); in ZEND_METHOD() 6603 zend_reflection_class_factory(ce, &zclass); in add_extension_class() [all …]
|
Completed in 50 milliseconds