Home
last modified time | relevance | path

Searched refs:zend_visibility_string (Results 1 – 9 of 9) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_constants.c342 …zend_throw_error(NULL, "Cannot access %s constant %s::%s", zend_visibility_string(ZEND_CLASS_CONST… in zend_get_class_constant_ex()
H A Dzend_object_handlers.c301 …zend_throw_error(NULL, "Cannot access %s property %s::$%s", zend_visibility_string(property_info->… in zend_bad_property_access()
1748 zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(method_name), in zend_bad_method_call()
2015 zend_visibility_string(constructor->common.fn_flags), ZSTR_VAL(constructor->common.scope->name), in zend_bad_constructor_call()
2019 …zend_throw_error(NULL, "Call to %s %s::%s() from global scope", zend_visibility_string(constructor… in zend_bad_constructor_call()
H A Dzend_compile.h436 char *zend_visibility_string(uint32_t fn_flags);
H A Dzend_inheritance.c202 char *zend_visibility_string(uint32_t fn_flags) /* {{{ */ in zend_visibility_string() function
1204 …ZEND_FN_SCOPE_NAME(child), ZSTR_VAL(child->common.function_name), zend_visibility_string(parent_fl… in do_inheritance_check_on_method()
1478 …st be %s (as in class %s)%s", ZSTR_VAL(ce->name), ZSTR_VAL(key), zend_visibility_string(parent_inf… in do_inherit_property()
2023 zend_visibility_string(ZEND_CLASS_CONST_FLAGS(parent_constant)), in do_inherit_constant_check()
H A Dzend_API.c4070 …zend_spprintf(error, 0, "cannot access %s method %s::%s()", zend_visibility_string(fcc->function_h… in zend_is_callable_check_func()
H A Dzend_execute.c4000 zend_visibility_string(clone->common.fn_flags), ZSTR_VAL(clone->common.scope->name), in zend_wrong_clone_call()
H A Dzend_vm_def.h6083 …zend_throw_error(NULL, "Cannot access %s constant %s::%s", zend_visibility_string(ZEND_CLASS_CONST…
H A Dzend_vm_execute.h7604 …zend_throw_error(NULL, "Cannot access %s constant %s::%s", zend_visibility_string(ZEND_CLASS_CONST… in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER()
8764 …zend_throw_error(NULL, "Cannot access %s constant %s::%s", zend_visibility_string(ZEND_CLASS_CONST… in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_TMPVARCV_HANDLER()
25863 …zend_throw_error(NULL, "Cannot access %s constant %s::%s", zend_visibility_string(ZEND_CLASS_CONST… in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER()
26432 …zend_throw_error(NULL, "Cannot access %s constant %s::%s", zend_visibility_string(ZEND_CLASS_CONST… in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_TMPVARCV_HANDLER()
35271 …zend_throw_error(NULL, "Cannot access %s constant %s::%s", zend_visibility_string(ZEND_CLASS_CONST… in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
35630 …zend_throw_error(NULL, "Cannot access %s constant %s::%s", zend_visibility_string(ZEND_CLASS_CONST… in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_TMPVARCV_HANDLER()
/PHP-8.4/ext/reflection/
H A Dphp_reflection.c607 const char *visibility = zend_visibility_string(ZEND_CLASS_CONST_FLAGS(c)); in _class_const_string()

Completed in 386 milliseconds