Searched refs:reflection_method_factory (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/reflection/ |
H A D | php_reflection.c | 1371 static void reflection_method_factory(zend_class_entry *ce, zend_function *method, zval *closure_ob… in reflection_method_factory() function 2215 reflection_method_factory(ex->func->op_array.scope, ex->func, NULL, return_value); in ZEND_METHOD() 2498 …reflection_method_factory(param->fptr->common.scope, _copy_function(param->fptr), Z_ISUNDEF(intern… in ZEND_METHOD() 3534 …reflection_method_factory(mptr->common.prototype->common.scope, mptr->common.prototype, NULL, retu… in ZEND_METHOD() 4149 reflection_method_factory(ce, ce->constructor, NULL, return_value); in ZEND_METHOD() 4194 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD() 4199 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD() 4202 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD() 4220 reflection_method_factory(ce, mptr, NULL, &method); in _addmethod()
|
Completed in 17 milliseconds