summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/realpath_basic-win32.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/realpath_basic-win32.phpt')
-rw-r--r--ext/standard/tests/file/realpath_basic-win32.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/standard/tests/file/realpath_basic-win32.phpt b/ext/standard/tests/file/realpath_basic-win32.phpt
index fb3a01d869..429fd6f2aa 100644
--- a/ext/standard/tests/file/realpath_basic-win32.phpt
+++ b/ext/standard/tests/file/realpath_basic-win32.phpt
@@ -33,12 +33,12 @@ $filenames = array (
"$file_path/realpath_basic//home/test//../test/./realpath_basic.tmp",
"$file_path/realpath_basic/home//../././realpath_basic.tmp//",
- /* filenames with invalid path */
- // checking for binary safe
- "$file_path/realpath_basicx000/home/realpath_basic.tmp",
+ // checking for binary safe
+ b"$file_path/realpath_basic/home/realpath_basic.tmp",
+ /* filenames with invalid path */
"$file_path///realpath_basic/home//..//././test//realpath_basic.tmp",
- "$file_path/realpath_basic/home/../home/../test/..realpath_basic.tmp"
+ "$file_path/realpath_basic/home/../home/../test/../..realpath_basic.tmp"
);
$counter = 1;
@@ -79,7 +79,7 @@ string(%d) "%s\realpath_basic\home\test\realpath_basic.tmp"
string(%d) "%s\realpath_basic\realpath_basic.tmp"
-- Iteration 5 --
-bool(false)
+string(%d) "%s\realpath_basic\home\realpath_basic.tmp"
-- Iteration 6 --
bool(false)