@@ -22,9 +22,9 @@ fclose($file_handle);
22
22
$ dest_files = array (
23
23
24
24
/* Checking case sensitiveness */
25
- "COPY .tmp " ,
26
- "COPY .TMP " ,
27
- "CopY .TMP "
25
+ "COPY5 .tmp " ,
26
+ "COPY5 .TMP " ,
27
+ "CopY5 .TMP "
28
28
);
29
29
30
30
echo "Size of the source file before copy operation => " ;
@@ -80,25 +80,25 @@ Size of the source file before copy operation => int(1500)
80
80
-- Iteration 1 --
81
81
Copy operation => bool(true)
82
82
Existence of destination file => bool(true)
83
- Destination file name => %s/COPY .tmp
83
+ Destination file name => %s/COPY5 .tmp
84
84
Size of source file => int(1500)
85
85
Size of destination file => int(1500)
86
86
87
87
-- Iteration 2 --
88
88
Copy operation => bool(true)
89
89
Existence of destination file => bool(true)
90
- Destination file name => %s/COPY .TMP
90
+ Destination file name => %s/COPY5 .TMP
91
91
Size of source file => int(1500)
92
92
Size of destination file => int(1500)
93
93
94
94
-- Iteration 3 --
95
95
Copy operation => bool(true)
96
96
Existence of destination file => bool(true)
97
- Destination file name => %s/CopY .TMP
97
+ Destination file name => %s/CopY5 .TMP
98
98
Size of source file => int(1500)
99
99
Size of destination file => int(1500)
100
100
101
- Warning: unlink(%s/COPY .TMP): No such file or directory in %s on line %d
101
+ Warning: unlink(%s/COPY5 .TMP): No such file or directory in %s on line %d
102
102
103
- Warning: unlink(%s/CopY .TMP): No such file or directory in %s on line %d
103
+ Warning: unlink(%s/CopY5 .TMP): No such file or directory in %s on line %d
104
104
*** Done ***
0 commit comments