Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_object_handlers.c248 …zend_error(E_ERROR, "Cannot access %s property %s::$%s", zend_visibility_string(property_info->fla… in zend_get_property_info()
882 …zend_error(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->co… in zend_std_get_method()
908 …zend_error(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->co… in zend_std_get_method()
1037 …zend_error(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->co… in zend_std_get_static_method()
1046 …zend_error(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->co… in zend_std_get_static_method()
1071 …zend_printf("Access type for %s::%s is %s\n", ce->name, property_name, zend_visibility_string(prop… in zend_std_get_static_property()
1076 …zend_error(E_ERROR, "Cannot access %s property %s::$%s", zend_visibility_string(property_info->fla… in zend_std_get_static_property()
H A Dzend_compile.h160 char *zend_visibility_string(zend_uint fn_flags);
H A Dzend_compile.c2507 char *zend_visibility_string(zend_uint fn_flags) /* {{{ */ in zend_visibility_string() function
2667 … %s)%s", ZEND_FN_SCOPE_NAME(child), child->common.function_name, zend_visibility_string(parent_fla… in do_inherit_method_check()
2732 …::$%s must be %s (as in class %s)%s", ce->name, hash_key->arKey, zend_visibility_string(parent_inf… in do_inherit_property_access_check()

Completed in 32 milliseconds