Searched refs:reflection_method_factory (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/reflection/tests/ |
H A D | closures_bound_getDeclaringFunction.phpt | 2 Closures via getParameters() and getDeclaringFunction() calling reflection_method_factory() with an…
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 1480 static void reflection_method_factory(zend_class_entry *ce, zend_function *method, zval *closure_ob… in reflection_method_factory() function 2331 reflection_method_factory(func->op_array.scope, func, NULL, return_value); in ZEND_METHOD() 3696 …reflection_method_factory(mptr->common.prototype->common.scope, mptr->common.prototype, NULL, retu… in ZEND_METHOD() 4356 reflection_method_factory(ce, ce->constructor, NULL, return_value); in ZEND_METHOD() 4401 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD() 4406 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD() 4409 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD() 4427 reflection_method_factory(ce, mptr, NULL, &method); in _addmethod() 6363 reflection_method_factory(hook->common.scope, hook, NULL, &hook_obj); in ZEND_METHOD() 6369 reflection_method_factory(hook->common.scope, hook, NULL, &hook_obj); in ZEND_METHOD() [all …]
|
Completed in 22 milliseconds