We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd502d commit 5b7b6d8Copy full SHA for 5b7b6d8
1 file changed
ext/standard/tests/gh21992t.phpt
@@ -60,18 +60,18 @@ $realFile = $targetDir . '/real.txt';
60
?>
61
--EXPECTF--
62
bool(true)
63
-string(%d) "%s/gh21992/target_dir/real.txt"
+string(%d) "%s%egh21992%etarget_dir%ereal.txt"
64
65
Warning: symlink(): File exists in %s on line %d
66
bool(false)
67
68
69
70
71
-string(%d) "%s/gh21992/target_dir/ghost.txt"
+string(%d) "%s%egh21992%etarget_dir%eghost.txt"
72
73
74
75
76
77
0 commit comments