Lines Matching refs:source
5 /* Prototype: bool copy ( string $source, string $dest );
6 Description: Makes a copy of the file source to dest.
36 echo "Size of the source file before copy operation => ";
40 echo "\n-- Now applying copy() on source file to create copies --";
57 echo "Size of source file => ";
78 Size of the source file before copy operation => int(1500)
80 -- Now applying copy() on source file to create copies --
85 Size of source file => int(1500)
92 Size of source file => int(1500)
99 Size of source file => int(1500)
106 Size of source file => int(1500)
113 Size of source file => int(1500)
120 Size of source file => int(1500)
127 Size of source file => int(1500)
134 Size of source file => int(1500)
141 Size of source file => int(1500)