Searched refs:scope_str (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_closures.c | 216 …(zval *return_value, zval *zclosure, zval *newthis, zend_object *scope_obj, zend_string *scope_str) in do_closure_bind() argument 223 } else if (scope_str) { in do_closure_bind() 224 if (zend_string_equals(scope_str, ZSTR_KNOWN(ZEND_STR_STATIC))) { in do_closure_bind() 226 } else if ((ce = zend_lookup_class(scope_str)) == NULL) { in do_closure_bind() 227 zend_error(E_WARNING, "Class \"%s\" not found", ZSTR_VAL(scope_str)); in do_closure_bind() 252 zend_string *scope_str = ZSTR_KNOWN(ZEND_STR_STATIC); in ZEND_METHOD() local 258 Z_PARAM_OBJ_OR_STR_OR_NULL(scope_obj, scope_str) in ZEND_METHOD() 261 do_closure_bind(return_value, zclosure, newthis, scope_obj, scope_str); in ZEND_METHOD() 269 zend_string *scope_str = ZSTR_KNOWN(ZEND_STR_STATIC); in ZEND_METHOD() local 274 Z_PARAM_OBJ_OR_STR_OR_NULL(scope_obj, scope_str) in ZEND_METHOD() [all …]
|
Completed in 7 milliseconds