Searched refs:reflection_method_factory (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/reflection/ |
H A D | php_reflection.c | 1203 static void reflection_method_factory(zend_class_entry *ce, zend_function *method, zval *closure_ob… in reflection_method_factory() function 2204 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() 3492 …reflection_method_factory(mptr->common.prototype->common.scope, mptr->common.prototype, NULL, retu… in ZEND_METHOD() 4073 reflection_method_factory(ce, ce->constructor, NULL, return_value); in ZEND_METHOD() 4130 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD() 4137 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD() 4141 reflection_method_factory(ce, mptr, NULL, return_value); in ZEND_METHOD() 4157 reflection_method_factory(ce, mptr, NULL, &method); in _addmethod()
|
Completed in 23 milliseconds