Searched refs:zend_reflection_class_factory (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.h | 51 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object);
|
H A D | php_reflection.c | 1710 zend_reflection_class_factory(closure_func->common.scope, return_value); 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() [all …]
|
Completed in 37 milliseconds