Skip to content

Commit 5c40491

Browse files
committed
Fix file name clash in touch_variation1.phpt
1 parent 0d11d37 commit 5c40491

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/standard/tests/file/touch_variation1.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
1111
--FILE--
1212
<?php
1313

14-
$filename = __DIR__."/touch.dat";
15-
14+
$filename = __DIR__."/touch_variation1.dat";
1615

1716
var_dump(touch($filename, 101));
1817
var_dump(filemtime($filename));

0 commit comments

Comments
 (0)