Lines Matching refs:copy
2 Test copy() function: usage variations - destination file names(white spaces)
12 /* Test copy() function: In creation of destination file names containing white spaces
16 echo "*** Test copy() function: destination file names containing whitespaces ***\n";
27 "copy variation3.tmp", //file name containing blank space
29 "copy\tvariation3.tmp",
33 echo "Size of the source file before copy operation => ";
37 echo "\n-- Now applying copy() on source file to create copies --";
45 var_dump( copy($src_file_name, $dest_file_name) );
74 *** Test copy() function: destination file names containing whitespaces ***
75 Size of the source file before copy operation => int(1500)
77 -- Now applying copy() on source file to create copies --
81 Destination file name => copy variation3.tmp
95 Destination file name => copy variation3.tmp