Skip to content

Commit cf971a1

Browse files
committed
1 parent 83db088 commit cf971a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sapi/cli/tests/argv_mb_bug77111.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $php = dirname(getenv('TEST_PHP_EXECUTABLE')) . DIRECTORY_SEPARATOR . "php-win.e
2121

2222
$out_fl = __DIR__ . "\\argv_bug77111.txt";
2323

24-
$argv_fl = __DIR__ . DIRECTORY_SEPARATOR . "argv_test.php";
24+
$argv_fl = __DIR__ . DIRECTORY_SEPARATOR . "argv_bug77111_test.php";
2525
file_put_contents($argv_fl, "<?php file_put_contents('$out_fl', implode(' ', array_slice(\$argv, 1))); ?>");
2626

2727
`$php -n $argv_fl Ästhetik Æstetik Esthétique Estética Эстетика`;
@@ -31,7 +31,7 @@ var_dump(file_get_contents($out_fl));
3131
--CLEAN--
3232
<?php
3333
$out_fl = __DIR__ . "\\argv_bug77111.txt";
34-
$argv_fl = __DIR__ . DIRECTORY_SEPARATOR . "argv_test.php";
34+
$argv_fl = __DIR__ . DIRECTORY_SEPARATOR . "argv_bug77111_test.php";
3535
unlink($argv_fl);
3636
unlink($out_fl);
3737
?>

0 commit comments

Comments
 (0)