You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create and expose php_sys_symlink() and php_sys_link()
These macros are supposed to behave like POSIX's symlink() and link(),
respectively, on POSIX compliant systems and on Windows.
Future scope: merge link.c and link_win32.c
Copy file name to clipboardExpand all lines: ext/standard/tests/file/rename_variation7-win32.phpt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ var_dump(readlink($tmp_link2));
26
26
echo"Done\n";
27
27
?>
28
28
--EXPECTF--
29
-
Warning: symlink(): Could not fetch file information(error 2) in %srename_variation7-win32.php on line %d
29
+
Warning: symlink(): No such file or directory in %srename_variation7-win32.php on line %d
30
30
31
31
Warning: readlink(): readlink failed to read the symbolic link (%srename_variation7-win32.php.tmp.link), error 2) in %srename_variation7-win32.php on line %d
0 commit comments