Lines Matching refs:copy
2 Test copy() function: usage variations - destination file names(special chars)
10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
15 /* Test copy() function: In creation of destination file names containing special characters
19 echo "*** Test copy() function: destination file names containing special characters ***\n";
52 echo "Size of the source file before copy operation => ";
56 echo "\n--- Now applying copy() on source file to create copies ---";
63 var_dump( copy($src_file_name, $dest_file_name) );
92 *** Test copy() function: destination file names containing special characters ***
93 Size of the source file before copy operation => int(1500)
95 --- Now applying copy() on source file to create copies ---