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 => ";
80 Size of the source file before copy operation => int(1500)
82 -- Now applying copy() on source file to create copies --
87 Size of source file => int(1500)
94 Size of source file => int(1500)
101 Size of source file => int(1500)
108 Size of source file => int(1500)
115 Size of source file => int(1500)
122 Size of source file => int(1500)
129 Size of source file => int(1500)
136 Size of source file => int(1500)
143 Size of source file => int(1500)