Searched refs:zend_reflection_class_factory (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/reflection/ |
H A D | php_reflection.h | 49 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object);
|
H A D | php_reflection.c | 1119 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object) in zend_reflection_class_factory() function 1693 zend_reflection_class_factory(closure_func->common.scope, return_value); in ZEND_METHOD() 2556 zend_reflection_class_factory(param->fptr->common.scope, return_value); in ZEND_METHOD() 2618 zend_reflection_class_factory(ce, return_value); in ZEND_METHOD() 3516 zend_reflection_class_factory(mptr->common.scope, return_value); in ZEND_METHOD() 3729 zend_reflection_class_factory(ref->ce, return_value); in ZEND_METHOD() 4932 zend_reflection_class_factory(ce->interfaces[i], &interface); in ZEND_METHOD() 4978 zend_reflection_class_factory(ce->traits[i], &trait); in ZEND_METHOD() 5050 zend_reflection_class_factory(ce->parent, return_value); in ZEND_METHOD() 5665 zend_reflection_class_factory(ce, return_value); in ZEND_METHOD() [all …]
|
Completed in 30 milliseconds