Skip to content

Commit 5367f36

Browse files
committed
Fix conflicts between tests with obscure filenames
1 parent db14b78 commit 5367f36

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ext/standard/tests/file/file_get_contents_variation8-win32.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
88
die("skip Valid only on Windows");
99
}
1010
?>
11+
--CONFLICTS--
12+
obscure_filename
1113
--FILE--
1214
<?php
1315
/* Prototype : string file_get_contents(string filename [, bool use_include_path [, resource context [, long offset [, long maxlen]]]])

ext/standard/tests/file/file_put_contents_variation8-win32.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
77
if(substr(PHP_OS, 0, 3) != "WIN")
88
die("skip Only run on Windows");
99
?>
10+
--CONFLICTS--
11+
obscure_filename
1012
--FILE--
1113
<?php
1214
/* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])

0 commit comments

Comments
 (0)