mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
run-tests.php: fix wrong comment
[ci skip] Closes GH-16666.
This commit is contained in:
parent
2b10cd1beb
commit
836bd22257
1 changed files with 1 additions and 1 deletions
|
@ -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
|
function save_text(string $filename, string $text, ?string $filename_copy = null): void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue