mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
- Fix warnings
This commit is contained in:
parent
57fa8a5782
commit
885a80dabc
@ -521,7 +521,10 @@ if ($just_save_results || !getenv('NO_INTERACTION')) {
|
||||
* Make an archive of all the failed tests
|
||||
* Send an email
|
||||
*/
|
||||
|
||||
if ($just_save_results)
|
||||
{
|
||||
$user_input = 's';
|
||||
}
|
||||
/* Ask the user to provide an email address, so that QA team can contact the user */
|
||||
if (!strncasecmp($user_input, 'y', 1) || strlen(trim($user_input)) == 0) {
|
||||
echo "\nPlease enter your email address.\n(Your address will be mangled so that it will not go out on any\nmailinglist in plain text): ";
|
||||
|
Loading…
Reference in New Issue
Block a user