Home
last modified time | relevance | path

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

/PHP-8.4/ext/reflection/tests/
H A Dclosures_bound_getDeclaringFunction.phpt2 Closures via getParameters() and getDeclaringFunction() calling reflection_method_factory() with an…
/PHP-8.4/ext/reflection/
H A Dphp_reflection.c1483 static void reflection_method_factory(zend_class_entry *ce, zend_function *method, zval *closure_ob… in reflection_method_factory() function
2382 reflection_method_factory(func->op_array.scope, func, NULL, return_value); in ZEND_METHOD()
3833reflection_method_factory(mptr->common.prototype->common.scope, mptr->common.prototype, NULL, retu… in ZEND_METHOD()
4536 reflection_method_factory(ce, ce->constructor, NULL, return_value); in ZEND_METHOD()
4581 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD()
4586 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD()
4589 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD()
4607 reflection_method_factory(ce, mptr, NULL, &method); in _addmethod()
6600 reflection_method_factory(hook->common.scope, hook, NULL, &hook_obj); in ZEND_METHOD()
6606 reflection_method_factory(hook->common.scope, hook, NULL, &hook_obj); in ZEND_METHOD()
[all …]

Completed in 45 milliseconds