summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/realpath_variation2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/realpath_variation2.phpt')
-rw-r--r--ext/standard/tests/file/realpath_variation2.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/file/realpath_variation2.phpt b/ext/standard/tests/file/realpath_variation2.phpt
index fe3057ad19..0c8bdb87e5 100644
--- a/ext/standard/tests/file/realpath_variation2.phpt
+++ b/ext/standard/tests/file/realpath_variation2.phpt
@@ -10,7 +10,7 @@ if(substr(PHP_OS, 0, 3) == 'WIN' )
--FILE--
<?php
/* Prototype : string realpath(string path)
- * Description: Return the resolved path
+ * Description: Return the resolved path
* Source code: ext/standard/file.c
* Alias to functions:
*/
@@ -19,8 +19,8 @@ echo "*** Testing realpath() : variation ***\n";
$paths = array('c:\\',
'c:',
- 'c' ,
- '\\' ,
+ 'c' ,
+ '\\' ,
'/',
'c:temp',
'c:\\/',