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 => ";
84 Size of source file => int(0)
86 -- Now applying copy() on source file to create copies --
91 Size of source file => int(0)
98 Size of source file => int(0)
105 Size of source file => int(0)
112 Size of source file => int(0)
119 Size of source file => int(0)
126 Size of source file => int(0)
133 Size of source file => int(0)
140 Size of source file => int(0)