Searched refs:closure_func (Results 1 – 1 of 1) sorted by relevance
1748 const zend_function *closure_func; in ZEND_METHOD() local1755 closure_func = zend_get_closure_method_def(&intern->obj); in ZEND_METHOD()1756 if (closure_func && closure_func->common.scope) { in ZEND_METHOD()1757 zend_reflection_class_factory(closure_func->common.scope, return_value); in ZEND_METHOD()
Completed in 20 milliseconds