Searched refs:scope_str (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_closures.c | 221 …(zval *return_value, zval *zclosure, zval *newthis, zend_object *scope_obj, zend_string *scope_str) in do_closure_bind() argument 228 } else if (scope_str) { in do_closure_bind() 229 if (zend_string_equals(scope_str, ZSTR_KNOWN(ZEND_STR_STATIC))) { in do_closure_bind() 231 } else if ((ce = zend_lookup_class(scope_str)) == NULL) { in do_closure_bind() 232 zend_error(E_WARNING, "Class \"%s\" not found", ZSTR_VAL(scope_str)); in do_closure_bind() 257 zend_string *scope_str = ZSTR_KNOWN(ZEND_STR_STATIC); 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() 274 zend_string *scope_str = ZSTR_KNOWN(ZEND_STR_STATIC); in ZEND_METHOD() local 279 Z_PARAM_OBJ_OR_STR_OR_NULL(scope_obj, scope_str) in ZEND_METHOD() [all …]
|
Completed in 10 milliseconds