Searched refs:do_closure_bind (Results 1 – 1 of 1) sorted by relevance
/php-src/Zend/ |
H A D | zend_closures.c | 221 static void do_closure_bind(zval *return_value, zval *zclosure, zval *newthis, zend_object *scope_o… in do_closure_bind() function 266 do_closure_bind(return_value, zclosure, newthis, scope_obj, scope_str); in ZEND_METHOD() 282 do_closure_bind(return_value, ZEND_THIS, newthis, scope_obj, scope_str); in ZEND_METHOD()
|
Completed in 6 milliseconds