Lines Matching refs:rename
2 Test rename() function : variation - various invalid paths
34 echo "*** Testing rename() with obscure files ***\n";
47 var_dump(rename($aFile, $name));
55 var_dump(rename($name, $aFile));
64 *** Testing rename() with obscure files ***
68 Warning: rename(-1,%safile.tmp): The system cannot find the file specified (code: 2) in %srename_va…
73 Warning: rename(1,%safile.tmp): The system cannot find the file specified (code: 2) in %srename_var…
77 Warning: rename(%safile.tmp,): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
80 Warning: rename(,%safile.tmp): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
84 Warning: rename(%safile.tmp,): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
87 Warning: rename(,%safile.tmp): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
91 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect (code: 123) …
94 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect (code: 123) …
98 Warning: rename(%safile.tmp,/no/such/file/dir): The system cannot find the path specified (code: 3)…
101 Warning: rename(/no/such/file/dir,%safile.tmp): The system cannot find the path specified (code: 3)…
105 Warning: rename(%safile.tmp,php/php): The system cannot find the path specified (code: 3) in %srena…
108 Warning: rename(php/php,%safile.tmp): The system cannot find the path specified (code: 3) in %srena…