Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/
H A Dphp_reflection.c1426 static void reflection_method_factory(zend_class_entry *ce, zend_function *method, zval *closure_ob… in reflection_method_factory() function
2324 reflection_method_factory(ex->func->op_array.scope, ex->func, NULL, return_value); in ZEND_METHOD()
2607reflection_method_factory(param->fptr->common.scope, _copy_function(param->fptr), Z_ISUNDEF(intern… in ZEND_METHOD()
3736reflection_method_factory(mptr->common.prototype->common.scope, mptr->common.prototype, NULL, retu… in ZEND_METHOD()
4423 reflection_method_factory(ce, ce->constructor, NULL, return_value); in ZEND_METHOD()
4468 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD()
4473 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD()
4476 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD()
4494 reflection_method_factory(ce, mptr, NULL, &method); in _addmethod()

Completed in 28 milliseconds