Lines Matching refs:source
10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
15 /* Test copy() function: Trying to create copy of source file
31 echo "Size of source file => ";
46 echo "\n-- Now applying copy() on source file to create copies --";
61 echo "Size of source file => ";
83 Size of source file => int(0)
85 -- Now applying copy() on source file to create copies --
90 Size of source file => int(0)
97 Size of source file => int(0)
104 Size of source file => int(0)
111 Size of source file => int(0)
118 Size of source file => int(0)
125 Size of source file => int(0)
132 Size of source file => int(0)
139 Size of source file => int(0)