Lines Matching refs:errors
64 global $errors;
1177 $errors = [];
1179 $errors[] = 'Invalid data submitted!';
1180 return $errors;
1184 $errors[] = 'Please provide a valid email address.';
1189 $errors[] = 'Please provide a password for this bug report.';
1193 …$errors[] = 'Please select a valid PHP version. If your PHP version is too old, please upgrade fir…
1197 $errors[] = 'Please select a valid PHP version.';
1201 $errors[] = 'Please select an appropriate package.';
1203 $errors[] = 'Please select an appropriate package.';
1207 $errors[] = 'Please select a valid bug type.';
1211 $errors[] = 'You must supply a short description of the bug you are reporting.';
1215 $errors[] = 'You must supply a long description of the bug you are reporting.';
1218 return $errors;