Lines Matching refs:source
10 /* Prototype: bool copy ( string $source, string $dest );
11 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)