Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_closures.c113 zval *zclosure, *newthis, closure_result; in ZEND_METHOD() local
126 zclosure = getThis(); in ZEND_METHOD()
127 closure = (zend_closure *) Z_OBJ_P(zclosure); in ZEND_METHOD()
136 if (zend_fcall_info_init(zclosure, 0, &fci, &fci_cache, NULL, NULL) != SUCCESS) { in ZEND_METHOD()
185 zval *newthis, *zclosure, *scope_arg = NULL; in ZEND_METHOD() local
189 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oo!|z", &zclosure, zend_ce_closure, … in ZEND_METHOD()
193 closure = (zend_closure *)Z_OBJ_P(zclosure); in ZEND_METHOD()

Completed in 10 milliseconds