Searched refs:closure_result (Results 1 – 1 of 1) sorted by relevance
121 zval *zclosure, *newthis, closure_result; in ZEND_METHOD() local148 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