Home
last modified time | relevance | path

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

/PHP-5.3/ext/reflection/
H A Dphp_reflection.h44 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object TSRMLS_DC);
H A Dphp_reflection.c1142 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object TSRMLS_DC) in zend_reflection_class_factory() function
2223 zend_reflection_class_factory(param->fptr->common.scope, return_value TSRMLS_CC); in ZEND_METHOD()
2280 zend_reflection_class_factory(*pce, return_value TSRMLS_CC); in ZEND_METHOD()
2957 zend_reflection_class_factory(mptr->common.scope, return_value TSRMLS_CC); in ZEND_METHOD()
4060 zend_reflection_class_factory(ce->interfaces[i], interface TSRMLS_CC); in ZEND_METHOD()
4102 zend_reflection_class_factory(ce->parent, return_value TSRMLS_CC); in ZEND_METHOD()
4706 zend_reflection_class_factory(ce, return_value TSRMLS_CC); in ZEND_METHOD()
4964 zend_reflection_class_factory(*pce, zclass TSRMLS_CC); in add_extension_class()

Completed in 18 milliseconds