Home
last modified time | relevance | path

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

/PHP-5.5/ext/reflection/
H A Dphp_reflection.h45 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object TSRMLS_DC);
H A Dphp_reflection.c1191 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object TSRMLS_DC) in zend_reflection_class_factory() function
1734 zend_reflection_class_factory(closure_func->common.scope, return_value TSRMLS_CC); in ZEND_METHOD()
2375 zend_reflection_class_factory(param->fptr->common.scope, return_value TSRMLS_CC); in ZEND_METHOD()
2432 zend_reflection_class_factory(*pce, return_value TSRMLS_CC); in ZEND_METHOD()
3230 zend_reflection_class_factory(mptr->common.scope, return_value TSRMLS_CC); in ZEND_METHOD()
4395 zend_reflection_class_factory(ce->interfaces[i], interface TSRMLS_CC); in ZEND_METHOD()
4442 zend_reflection_class_factory(ce->traits[i], trait TSRMLS_CC); in ZEND_METHOD()
4513 zend_reflection_class_factory(ce->parent, return_value TSRMLS_CC); in ZEND_METHOD()
5120 zend_reflection_class_factory(ce, return_value TSRMLS_CC); in ZEND_METHOD()
5380 zend_reflection_class_factory(*pce, zclass TSRMLS_CC); in add_extension_class()

Completed in 29 milliseconds