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) );
75 *** Test copy() function: destination file names containing whitespaces ***
76 Size of the source file before copy operation => int(1500)
78 -- Now applying copy() on source file to create copies --
82 Destination file name => copy variation3.tmp
95 Warning: copy(%s): %s
101 Warning: copy(%s): %s