Lines Matching refs:rename
2 Test rename() function : variation - various invalid paths
35 echo "*** Testing rename() with obscure files ***\n";
48 var_dump(rename($aFile, $name));
56 var_dump(rename($name, $aFile));
65 *** Testing rename() with obscure files ***
69 Warning: rename(-1,%safile.tmp): The system cannot find the file specified (code: 2) in %srename_va…
74 Warning: rename(1,%safile.tmp): The system cannot find the file specified (code: 2) in %srename_var…
78 Warning: rename(%safile.tmp,): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
81 Warning: rename(,%safile.tmp): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
85 Warning: rename(%safile.tmp,): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
88 Warning: rename(,%safile.tmp): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
92 Warning: rename(%safile.tmp,): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
95 Warning: rename(,%safile.tmp): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
99 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect (code: 123) …
102 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect (code: 123) …
106 Warning: rename(%safile.tmp,/no/such/file/dir): The system cannot find the path specified (code: 3)…
109 Warning: rename(/no/such/file/dir,%safile.tmp): The system cannot find the path specified (code: 3)…
113 Warning: rename(%safile.tmp,php/php): The system cannot find the path specified (code: 3) in %srena…
116 Warning: rename(php/php,%safile.tmp): The system cannot find the path specified (code: 3) in %srena…