Home
last modified time | relevance | path

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

/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1342 static void reflection_method_factory(zend_class_entry *ce, zend_function *method, zval *closure_ob… in reflection_method_factory() function
2330 reflection_method_factory(ex->func->op_array.scope, ex->func, NULL, return_value); in ZEND_METHOD()
2626reflection_method_factory(param->fptr->common.scope, _copy_function(param->fptr), Z_ISUNDEF(intern… in ZEND_METHOD()
3649reflection_method_factory(mptr->common.prototype->common.scope, mptr->common.prototype, NULL, retu… in ZEND_METHOD()
4233 reflection_method_factory(ce, ce->constructor, NULL, return_value); in ZEND_METHOD()
4293 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD()
4301 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD()
4305 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD()
4333 reflection_method_factory(ce, mptr, NULL, &method); in _addmethod()

Completed in 22 milliseconds