mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[run-tests.php] echo call performance optimization
This commit is contained in:
parent
3483a1f170
commit
0490f082e9
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ function main(): void
|
|||
// Not having other environment variables, only having TEMP, is
|
||||
// probably ok, but strange and may make a difference in the
|
||||
// test pass rate, so warn the user.
|
||||
echo "WARNING: Only 1 environment variable will be available to tests(TEMP environment variable)" . PHP_EOL;
|
||||
echo "WARNING: Only 1 environment variable will be available to tests(TEMP environment variable)" , PHP_EOL;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue