Searched refs:scope_str (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/Zend/ |
H A D | zend_closures.c | 202 …(zval *return_value, zval *zclosure, zval *newthis, zend_object *scope_obj, zend_string *scope_str) in do_closure_bind() argument 209 } else if (scope_str) { in do_closure_bind() 210 if (zend_string_equals(scope_str, ZSTR_KNOWN(ZEND_STR_STATIC))) { in do_closure_bind() 212 } else if ((ce = zend_lookup_class(scope_str)) == NULL) { in do_closure_bind() 213 zend_error(E_WARNING, "Class \"%s\" not found", ZSTR_VAL(scope_str)); in do_closure_bind() 238 zend_string *scope_str = ZSTR_KNOWN(ZEND_STR_STATIC); in ZEND_METHOD() local 244 Z_PARAM_OBJ_OR_STR_OR_NULL(scope_obj, scope_str) in ZEND_METHOD() 247 do_closure_bind(return_value, zclosure, newthis, scope_obj, scope_str); in ZEND_METHOD() 255 zend_string *scope_str = ZSTR_KNOWN(ZEND_STR_STATIC); in ZEND_METHOD() local 260 Z_PARAM_OBJ_OR_STR_OR_NULL(scope_obj, scope_str) in ZEND_METHOD() [all …]
|
Completed in 5 milliseconds