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
Copy file name to clipboardExpand all lines: ext/standard/tests/file/rename_variation11-win32.phpt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -86,12 +86,12 @@ bool(true)
86
86
87
87
-- Iteration 5 --
88
88
89
-
Warning: rename(%s\renameVar11\renameVar11Sub\..\\\renameVar11Sub\\..\\..\renameVar11Sub\renameMe.tmp,%s\renameVar11\renameVar11Sub\..\\\renameVar11Sub\\..\\..\renameVar11Sub\IwasRenamed.tmp): The system cannot find the path specified (code: 3) in %s on line %d
89
+
Warning: rename(): The system cannot find the path specified (code: 3) in %s on line %d
90
90
bool(false)
91
91
92
92
-- Iteration 6 --
93
93
94
-
Warning: rename(%s\renameVar11\renameVar11Sub\BADDIR\renameMe.tmp,%s\renameVar11\renameVar11Sub\BADDIR\IwasRenamed.tmp): The system cannot find the path specified (code: 3) in %s on line %d
94
+
Warning: rename(): The system cannot find the path specified (code: 3) in %s on line %d
95
95
bool(false)
96
96
97
97
-- Iteration 7 --
@@ -112,7 +112,7 @@ bool(true)
112
112
113
113
-- Iteration 11 --
114
114
115
-
Warning: rename(BADDIR\renameMe.tmp,BADDIR\IwasRenamed.tmp): The system cannot find the path specified (code: 3) in %s on line %d
115
+
Warning: rename(): The system cannot find the path specified (code: 3) in %s on line %d
Copy file name to clipboardExpand all lines: ext/standard/tests/file/rename_variation12-win32.phpt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -83,12 +83,12 @@ bool(true)
83
83
84
84
-- Iteration 5 --
85
85
86
-
Warning: rename(%s/renameVar12/renameVar12Sub/..///renameVar12Sub//..//../renameVar12Sub/renameMe.tmp,%s/renameVar12/renameVar12Sub/..///renameVar12Sub//..//../renameVar12Sub/IwasRenamed.tmp): The system cannot find the path specified (code: 3) in %s on line %d
86
+
Warning: rename(): The system cannot find the path specified (code: 3) in %s on line %d
87
87
bool(false)
88
88
89
89
-- Iteration 6 --
90
90
91
-
Warning: rename(%s/renameVar12/renameVar12Sub/BADDIR/renameMe.tmp,%s/renameVar12/renameVar12Sub/BADDIR/IwasRenamed.tmp): The system cannot find the path specified (code: 3) in %s on line %d
91
+
Warning: rename(): The system cannot find the path specified (code: 3) in %s on line %d
92
92
bool(false)
93
93
94
94
-- Iteration 7 --
@@ -109,7 +109,7 @@ bool(true)
109
109
110
110
-- Iteration 11 --
111
111
112
-
Warning: rename(BADDIR/renameMe.tmp,BADDIR/IwasRenamed.tmp): The system cannot find the path specified (code: 3) in %s on line %d
112
+
Warning: rename(): The system cannot find the path specified (code: 3) in %s on line %d
Copy file name to clipboardExpand all lines: ext/standard/tests/file/rename_variation13-win32.phpt
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -65,26 +65,26 @@ rmdir($file_path);
65
65
-- 0 testing '-1' integer --
66
66
bool(true)
67
67
68
-
Warning: rename(-1,%safile.tmp): The system cannot find the file specified (code: 2) in %srename_variation13-win32.php on line %d
68
+
Warning: rename(): The system cannot find the file specified (code: 2) in %srename_variation13-win32.php on line %d
69
69
bool(false)
70
70
-- 1 testing '1' boolean --
71
71
bool(true)
72
72
73
-
Warning: rename(1,%safile.tmp): The system cannot find the file specified (code: 2) in %srename_variation13-win32.php on line %d
73
+
Warning: rename(): The system cannot find the file specified (code: 2) in %srename_variation13-win32.php on line %d
74
74
bool(false)
75
75
-- 2 testing '' boolean --
76
76
77
-
Warning: rename(%safile.tmp,): %r(Invalid argument|(The parameter is incorrect|The system cannot find the path specified) \(code: \d+\))%r in %srename_variation13-win32.php on line %d
77
+
Warning: rename(): %r(Invalid argument|(The parameter is incorrect|The system cannot find the path specified) \(code: \d+\))%r in %srename_variation13-win32.php on line %d
78
78
bool(false)
79
79
80
-
Warning: rename(,%safile.tmp): %r(Invalid argument|(The parameter is incorrect|The system cannot find the path specified) \(code: \d+\))%r in %srename_variation13-win32.php on line %d
80
+
Warning: rename(): %r(Invalid argument|(The parameter is incorrect|The system cannot find the path specified) \(code: \d+\))%r in %srename_variation13-win32.php on line %d
81
81
bool(false)
82
82
-- 3 testing '' string --
83
83
84
-
Warning: rename(%safile.tmp,): %r(Invalid argument|(The parameter is incorrect|The system cannot find the path specified) \(code: \d+\))%r in %srename_variation13-win32.php on line %d
84
+
Warning: rename(): %r(Invalid argument|(The parameter is incorrect|The system cannot find the path specified) \(code: \d+\))%r in %srename_variation13-win32.php on line %d
85
85
bool(false)
86
86
87
-
Warning: rename(,%safile.tmp): %r(Invalid argument|(The parameter is incorrect|The system cannot find the path specified) \(code: \d+\))%r in %srename_variation13-win32.php on line %d
87
+
Warning: rename(): %r(Invalid argument|(The parameter is incorrect|The system cannot find the path specified) \(code: \d+\))%r in %srename_variation13-win32.php on line %d
88
88
bool(false)
89
89
-- 4 testing ' ' string --
90
90
@@ -95,15 +95,15 @@ Warning: rename(%s): The filename, directory name, or volume label syntax is inc
95
95
bool(false)
96
96
-- 5 testing '/no/such/file/dir' string --
97
97
98
-
Warning: rename(%safile.tmp,/no/such/file/dir): The system cannot find the path specified (code: 3) in %srename_variation13-win32.php on line %d
98
+
Warning: rename(): The system cannot find the path specified (code: 3) in %srename_variation13-win32.php on line %d
99
99
bool(false)
100
100
101
-
Warning: rename(/no/such/file/dir,%safile.tmp): The system cannot find the path specified (code: 3) in %srename_variation13-win32.php on line %d
101
+
Warning: rename(): The system cannot find the path specified (code: 3) in %srename_variation13-win32.php on line %d
102
102
bool(false)
103
103
-- 6 testing 'php/php' string --
104
104
105
-
Warning: rename(%safile.tmp,php/php): The system cannot find the path specified (code: 3) in %srename_variation13-win32.php on line %d
105
+
Warning: rename(): The system cannot find the path specified (code: 3) in %srename_variation13-win32.php on line %d
106
106
bool(false)
107
107
108
-
Warning: rename(php/php,%safile.tmp): The system cannot find the path specified (code: 3) in %srename_variation13-win32.php on line %d
108
+
Warning: rename(): The system cannot find the path specified (code: 3) in %srename_variation13-win32.php on line %d
0 commit comments