]> granicus.if.org Git - php/commitdiff
Fix conflicts between tests with obscure filenames
authorFabien Villepinte <fabien.villepinte@gmail.com>
Fri, 1 Nov 2019 11:24:38 +0000 (12:24 +0100)
committerFabien Villepinte <fabien.villepinte@gmail.com>
Fri, 1 Nov 2019 11:24:38 +0000 (12:24 +0100)
ext/standard/tests/file/file_get_contents_variation8-win32.phpt
ext/standard/tests/file/file_put_contents_variation8-win32.phpt

index 4928404098fe19002f2f1ac07d7f933ccaf85e37..e8d6238715c9a075e3a588d249becd08943b90a2 100644 (file)
@@ -8,6 +8,8 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
   die("skip Valid only on Windows");
 }
 ?>
+--CONFLICTS--
+obscure_filename
 --FILE--
 <?php
 /* Prototype  : string file_get_contents(string filename [, bool use_include_path [, resource context [, long offset [, long maxlen]]]])
index 095980b53627c74c1bd6e6ebdf7d835abbfe1f2d..c21c2da98647bef09139b239a8083cca4789fdd8 100644 (file)
@@ -7,6 +7,8 @@ Dave Kelsey <d_kelsey@uk.ibm.com>
 if(substr(PHP_OS, 0, 3) != "WIN")
   die("skip Only run on Windows");
 ?>
+--CONFLICTS--
+obscure_filename
 --FILE--
 <?php
 /* Prototype  : int file_put_contents(string file, mixed data [, int flags [, resource context]])