Lines Matching refs:errors

46 $errors = [];  variable
77 $errors[] = 'Please enable cookies so the Captcha system can work';
79 $errors[] = 'Incorrect Captcha';
83 if (empty($errors)) {
90 $errors[] = 'You must provide a valid email address.';
108 display_bug_error($errors);
214 $errors[] = 'Please enable cookies so the Captcha system can work';
216 $errors[] = 'Incorrect Captcha';
222 $errors[] = 'You must provide a comment.';
227 $errors[] = $message;
230 $errors[] = "Please do not SPAM our bug system.";
233 $errors[] = "Please do not SPAM our bug system.";
236 if (!$errors) {
241 $errors[] = 'You must provide a valid email address.';
267 $errors[] = $message;
272 $errors[] = "Please do not SPAM our bug system.";
279 $errors[] = 'The password you supplied was incorrect.';
295 $errors[] = 'You cannot change the bug type of a Security bug!';
300 $errors[] = 'You must provide a comment.';
307 $errors[] = 'You aren\'t allowed to change a bug to that state.';
313 … $errors[] = 'You have to be logged in as a developer to use your php.net email address.';
314 … $errors[] = 'Tip: log in via another browser window then resubmit the form in this window.';
320 $errors[] = $message;
332 $errors[] = "Please do not SPAM our bug system.";
335 if (!$errors && !($errors = incoming_details_are_valid($_POST['in'], false))) { variable
391 $errors[] = $message;
394 $errors[] = "Please do not SPAM our bug system.";
409 $errors[] = 'You have to login first in order to edit the bug report.';
420 $errors[] = $message;
434 $errors[] = 'Only Security bugs can be marked as private.';
444 $errors[] = "You must provide a status";
450 $errors[] = "You must provide a comment when marking a bug 'Not a bug'";
455 … $errors[] = 'The bug is already marked "'.$bug['status'].'". (Submit again to ignore this.)';
456 } elseif (!$errors) {
473 $errors[] = 'Cannot use "try svn" with ' . $bug['package_name'];
493 if (!$errors && !($errors = incoming_details_are_valid($_POST['in']))) { variable
572 $errors[] = 'Invalid edit mode.';
578 if (isset($_POST['in']) && !isset($_POST['preview']) && !$errors) {
648 display_bug_error($errors);