@@ -22,9 +22,9 @@ fclose($file_handle);
2222$ dest_filesarray (
2323
2424  /* Checking case sensitiveness */ 
25-   "COPY .tmp ,
26-   "COPY .TMP ,
27-   "CopY .TMP 
25+   "COPY5 .tmp ,
26+   "COPY5 .TMP ,
27+   "CopY5 .TMP 
2828);
2929
3030echo  "Size of the source file before copy operation =>  " ;
@@ -80,25 +80,25 @@ Size of the source file before copy operation => int(1500)
8080-- Iteration 1 --
8181Copy operation => bool(true)
8282Existence of destination file => bool(true)
83- Destination file name => %s/COPY .tmp
83+ Destination file name => %s/COPY5 .tmp
8484Size of source file => int(1500)
8585Size of destination file => int(1500)
8686
8787-- Iteration 2 --
8888Copy operation => bool(true)
8989Existence of destination file => bool(true)
90- Destination file name => %s/COPY .TMP
90+ Destination file name => %s/COPY5 .TMP
9191Size of source file => int(1500)
9292Size of destination file => int(1500)
9393
9494-- Iteration 3 --
9595Copy operation => bool(true)
9696Existence of destination file => bool(true)
97- Destination file name => %s/CopY .TMP
97+ Destination file name => %s/CopY5 .TMP
9898Size of source file => int(1500)
9999Size of destination file => int(1500)
100100
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
102102
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
104104*** Done ***
0 commit comments