mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
run-tests.php: fix wrong comment
[ci skip] Closes GH-16666.
This commit is contained in:
parent
2b10cd1beb
commit
836bd22257
@ -1094,7 +1094,7 @@ function test_sort($a, $b): int
|
||||
}
|
||||
|
||||
//
|
||||
// Write the given text to a temporary file, and return the filename.
|
||||
// Write the given text to a temporary file.
|
||||
//
|
||||
|
||||
function save_text(string $filename, string $text, ?string $filename_copy = null): void
|
||||
|
Loading…
Reference in New Issue
Block a user