Lines Matching refs:rename

2 Test rename() function : variation - various invalid paths
14 /* Prototype : bool rename(string old_name, string new_name[, resource context])
44 echo "*** Testing rename() with obscure files ***\n";
57 var_dump(rename($aFile, $name));
65 var_dump(rename($name, $aFile));
74 *** Testing rename() with obscure files ***
78 Warning: rename(-1,%safile.tmp): The system cannot find the file specified. (code: 2) in %srename_v…
83 Warning: rename(1,%safile.tmp): The system cannot find the file specified. (code: 2) in %srename_va…
87 Warning: rename(%safile.tmp,): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
90 Warning: rename(,%safile.tmp): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
94 Warning: rename(%safile.tmp,): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
97 Warning: rename(,%safile.tmp): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
101 Warning: rename(%safile.tmp,): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
104 Warning: rename(,%safile.tmp): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
108 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect. (code: 123)…
111 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect. (code: 123)…
115 Warning: rename() expects parameter 2 to be a valid path, string given in %srename_variation13-win3…
120 Warning: rename() expects parameter 1 to be a valid path, string given in %srename_variation13-win3…
124 Warning: rename() expects parameter 2 to be a valid path, array given in %srename_variation13-win32…
129 Warning: rename() expects parameter 1 to be a valid path, array given in %srename_variation13-win32…
133 Warning: rename(%safile.tmp,/no/such/file/dir): The system cannot find the path specified. (code: 3…
136 Warning: rename(/no/such/file/dir,%safile.tmp): The system cannot find the path specified. (code: 3…
140 Warning: rename(%safile.tmp,php/php): The system cannot find the path specified. (code: 3) in %sren…
143 Warning: rename(php/php,%safile.tmp): The system cannot find the path specified. (code: 3) in %sren…