1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
  typo
This commit is contained in:
Remi Collet
2022-03-29 10:20:34 +02:00

View File

@@ -104,7 +104,7 @@ Options:
file.
--set-timeout <n>
Set timeout for individual tests, where [n] is the number of
Set timeout for individual tests, where <n> is the number of
seconds. The default value is 60 seconds, or 300 seconds when
testing for memory leaks.
@@ -120,7 +120,7 @@ Options:
however 'diff' only exists when a test fails.
--show-slow <n>
Show all tests that took longer than [n] milliseconds to run.
Show all tests that took longer than <n> milliseconds to run.
--no-clean Do not execute clean section if any.