Skip to content

Commit 283d37a

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Fix file name clash in touch_variation1.phpt
2 parents 3d5db42 + 5c40491 commit 283d37a

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)