Home
last modified time | relevance | path

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

/php-src/ext/reflection/
H A Dphp_reflection.c1734 const zend_function *closure_func; in ZEND_METHOD() local
1741 closure_func = zend_get_closure_method_def(Z_OBJ(intern->obj)); in ZEND_METHOD()
1742 if (closure_func && closure_func->common.scope) { in ZEND_METHOD()
1760 zend_function *closure_func; in ZEND_METHOD() local
1764 && closure_func && (called_scope || closure_func->common.scope)) { in ZEND_METHOD()
1775 const zend_function *closure_func; in ZEND_METHOD() local
1784 closure_func = zend_get_closure_method_def(Z_OBJ(intern->obj)); in ZEND_METHOD()
1785 if (closure_func == NULL || in ZEND_METHOD()
1786 closure_func->type != ZEND_USER_FUNCTION || in ZEND_METHOD()
1787 closure_func->op_array.static_variables == NULL) { in ZEND_METHOD()
[all …]

Completed in 22 milliseconds