Lines Matching refs:E_ERROR

204 				zend_error(E_ERROR, "Cannot access empty property");  in zend_get_property_info()
206 zend_error(E_ERROR, "Cannot access property started with '\\0'"); in zend_get_property_info()
248 …zend_error(E_ERROR, "Cannot access %s property %s::$%s", zend_visibility_string(property_info->fla… in zend_get_property_info()
396 zend_error(E_ERROR, "Cannot access empty property"); in zend_std_read_property()
398 zend_error(E_ERROR, "Cannot access property started with '\\0'"); in zend_std_read_property()
494 zend_error(E_ERROR, "Cannot access empty property"); in zend_std_write_property()
496 zend_error(E_ERROR, "Cannot access property started with '\\0'"); in zend_std_write_property()
526 zend_error(E_ERROR, "Undefined offset for object of type %s used as array", ce->name); in zend_std_read_dimension()
536 zend_error(E_ERROR, "Cannot use object of type %s as array", ce->name); in zend_std_read_dimension()
555 zend_error(E_ERROR, "Cannot use object of type %s as array", ce->name); in zend_std_write_dimension()
584 zend_error(E_ERROR, "Cannot use object of type %s as array", ce->name); in zend_std_has_dimension()
675 zend_error(E_ERROR, "Cannot access empty property"); in zend_std_unset_property()
677 zend_error(E_ERROR, "Cannot access property started with '\\0'"); in zend_std_unset_property()
698 zend_error(E_ERROR, "Cannot use object of type %s as array", ce->name); in zend_std_unset_dimension()
716 zend_error(E_ERROR, "Cannot get arguments for __call"); in zend_std_call_user_call()
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()
932 zend_error(E_ERROR, "Cannot get arguments for " ZEND_CALLSTATIC_FUNC_NAME); in zend_std_callstatic_user_call()
1020 …zend_error(E_ERROR, "Cannot call non static method %s::%s() without object", ZEND_FN_SCOPE_NAME(fb… in zend_std_get_static_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()
1076 …zend_error(E_ERROR, "Cannot access %s property %s::$%s", zend_visibility_string(property_info->fla… in zend_std_get_static_property()
1089 zend_error(E_ERROR, "Access to undeclared static property: %s::$%s", ce->name, property_name); in zend_std_get_static_property()
1099 zend_error(E_ERROR, "Attempt to unset static property %s::$%s", ce->name, property_name); in zend_std_unset_static_property()
1117 …zend_error(E_ERROR, "Call to private %s::%s() from context '%s'", constructor->common.scope->name,… in zend_std_get_constructor()
1119 …zend_error(E_ERROR, "Call to private %s::%s() from invalid context", constructor->common.scope->na… in zend_std_get_constructor()
1129 …zend_error(E_ERROR, "Call to protected %s::%s() from context '%s'", constructor->common.scope->nam… in zend_std_get_constructor()
1131 …zend_error(E_ERROR, "Call to protected %s::%s() from invalid context", constructor->common.scope->… in zend_std_get_constructor()
1288 zend_error(E_ERROR, "Method %s::__toString() must not throw an exception", ce->name); in zend_std_cast_object_tostring()