Searched refs:zend_create_closure_ex (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_closures.c | 708 static void zend_create_closure_ex(zval *res, zend_function *func, zend_class_entry *scope, zend_cl… in zend_create_closure_ex() function 814 zend_create_closure_ex(res, func, scope, called_scope, this_ptr, in zend_create_closure() 822 zend_create_closure_ex(res, func, scope, called_scope, this_ptr, /* is_fake */ true); in zend_create_fake_closure()
|
Completed in 6 milliseconds