Searched refs:scope_obj (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_closures.c | 221 …re_bind(zval *return_value, zval *zclosure, zval *newthis, zend_object *scope_obj, zend_string *sc… in do_closure_bind() argument 226 if (scope_obj) { in do_closure_bind() 227 ce = scope_obj->ce; in do_closure_bind() 256 zend_object *scope_obj = NULL; in ZEND_METHOD() local 263 Z_PARAM_OBJ_OR_STR_OR_NULL(scope_obj, scope_str) in ZEND_METHOD() 266 do_closure_bind(return_value, zclosure, newthis, scope_obj, scope_str); in ZEND_METHOD() 273 zend_object *scope_obj = NULL; in ZEND_METHOD() local 279 Z_PARAM_OBJ_OR_STR_OR_NULL(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