mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
run-tests.php: fix wrong comment
[ci skip] Closes GH-16666.
This commit is contained in:
committed by
Niels Dossche
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
|
||||
|
||||
Reference in New Issue
Block a user