diff options
Diffstat (limited to 'ext/standard/tests/file/fopen_variation11-win32.phpt')
| -rw-r--r-- | ext/standard/tests/file/fopen_variation11-win32.phpt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ext/standard/tests/file/fopen_variation11-win32.phpt b/ext/standard/tests/file/fopen_variation11-win32.phpt index 85265063d1..b21b422166 100644 --- a/ext/standard/tests/file/fopen_variation11-win32.phpt +++ b/ext/standard/tests/file/fopen_variation11-win32.phpt @@ -16,7 +16,7 @@ if (!is_writable('c:\\fopen_variation10.tmp')) { /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource context]]) * Description: Open a file or a URL and return a file pointer * Source code: ext/standard/file.c - * Alias to functions: + * Alias to functions: */ echo "*** Testing fopen() : variation ***\n"; @@ -29,16 +29,16 @@ mkdir('c:\\'.$rootdir); $unixifiedDir = '/'.substr(str_replace('\\','/',$testdir),3); -$paths = array('c:\\', - 'c:', - 'c', - '\\', - '/', +$paths = array('c:\\', + 'c:', + 'c', + '\\', + '/', 'c:'.$rootdir, - 'c:adir', - 'c:\\/', + 'c:adir', + 'c:\\/', 'c:\\'.$rootdir.'\\/', - 'c:\\'.$rootdir.'\\', + 'c:\\'.$rootdir.'\\', 'c:\\'.$rootdir.'/', $unixifiedDir, '/sortout'); |
