Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_closures.c121 zval *zclosure, *newthis, closure_result; in ZEND_METHOD() local
148 fci.retval = &closure_result; in ZEND_METHOD()
173 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(closure_result) != IS_UNDEF) { in ZEND_METHOD()
174 ZVAL_COPY_VALUE(return_value, &closure_result); in ZEND_METHOD()

Completed in 5 milliseconds