Home
last modified time | relevance | path

Searched refs:zclosure (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
134 zclosure = getThis(); in ZEND_METHOD()
135 closure = (zend_closure *) Z_OBJ_P(zclosure); in ZEND_METHOD()
144 if (zend_fcall_info_init(zclosure, 0, &fci, &fci_cache, NULL, NULL) != SUCCESS) { in ZEND_METHOD()
190 zval *newthis, *zclosure, *scope_arg = NULL; in ZEND_METHOD() local
194 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oo!|z", &zclosure, zend_ce_closure, … in ZEND_METHOD()
198 closure = (zend_closure *)Z_OBJ_P(zclosure); in ZEND_METHOD()

Completed in 11 milliseconds