Home
last modified time | relevance | path

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

/PHP-5.6/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.c1229 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object TSRMLS_DC) in zend_reflection_class_factory() function
1772 zend_reflection_class_factory(closure_func->common.scope, return_value TSRMLS_CC); in ZEND_METHOD()
2413 zend_reflection_class_factory(param->fptr->common.scope, return_value TSRMLS_CC); in ZEND_METHOD()
2470 zend_reflection_class_factory(*pce, return_value TSRMLS_CC); in ZEND_METHOD()
3304 zend_reflection_class_factory(mptr->common.scope, return_value TSRMLS_CC); in ZEND_METHOD()
4469 zend_reflection_class_factory(ce->interfaces[i], interface TSRMLS_CC); in ZEND_METHOD()
4516 zend_reflection_class_factory(ce->traits[i], trait TSRMLS_CC); in ZEND_METHOD()
4587 zend_reflection_class_factory(ce->parent, return_value TSRMLS_CC); in ZEND_METHOD()
5194 zend_reflection_class_factory(ce, return_value TSRMLS_CC); in ZEND_METHOD()
5454 zend_reflection_class_factory(*pce, zclass TSRMLS_CC); in add_extension_class()

Completed in 21 milliseconds