Home
last modified time | relevance | path

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

/PHP-7.2/ext/reflection/
H A Dphp_reflection.c1239 static void reflection_method_factory(zend_class_entry *ce, zend_function *method, zval *closure_ob… in reflection_method_factory() function
2243 reflection_method_factory(ex->func->op_array.scope, ex->func, NULL, return_value); in ZEND_METHOD()
2538reflection_method_factory(param->fptr->common.scope, _copy_function(param->fptr), Z_ISUNDEF(intern… in ZEND_METHOD()
3540reflection_method_factory(mptr->common.prototype->common.scope, mptr->common.prototype, NULL, retu… in ZEND_METHOD()
4122 reflection_method_factory(ce, ce->constructor, NULL, return_value); in ZEND_METHOD()
4182 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD()
4190 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD()
4194 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD()
4210 reflection_method_factory(ce, mptr, NULL, &method); in _addmethod()

Completed in 22 milliseconds