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);
221 $errors[] = 'You must provide a comment.';
226 $errors[] = $message;
229 $errors[] = "Please do not SPAM our bug system.";
232 $errors[] = "Please do not SPAM our bug system.";
235 if (!$errors) {
240 $errors[] = 'You must provide a valid email address.';
266 $errors[] = $message;
271 $errors[] = "Please do not SPAM our bug system.";
278 $errors[] = 'The password you supplied was incorrect.';
294 $errors[] = 'You cannot change the bug type of a Security bug!';
299 $errors[] = 'You must provide a comment.';
306 $errors[] = 'You aren\'t allowed to change a bug to that state.';
312 … $errors[] = 'You have to be logged in as a developer to use your php.net email address.';
313 … $errors[] = 'Tip: log in via another browser window then resubmit the form in this window.';
319 $errors[] = $message;
331 $errors[] = "Please do not SPAM our bug system.";
334 if (!$errors && !($errors = incoming_details_are_valid($_POST['in'], false))) { variable
390 $errors[] = $message;
393 $errors[] = "Please do not SPAM our bug system.";
408 $errors[] = 'You have to login first in order to edit the bug report.';
419 $errors[] = $message;
433 $errors[] = 'Only Security bugs can be marked as private.';
443 $errors[] = "You must provide a status";
449 $errors[] = "You must provide a comment when marking a bug 'Not a bug'";
454 … $errors[] = 'The bug is already marked "'.$bug['status'].'". (Submit again to ignore this.)';
455 } elseif (!$errors) {
472 $errors[] = 'Cannot use "try svn" with ' . $bug['package_name'];
492 if (!$errors && !($errors = incoming_details_are_valid($_POST['in']))) { variable
571 $errors[] = 'Invalid edit mode.';
577 if (isset($_POST['in']) && !isset($_POST['preview']) && !$errors) {
647 display_bug_error($errors);