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 --";
62 echo "Size of source file => ";
85 Size of source file => int(0)
87 -- Now applying copy() on source file to create copies --
92 Size of source file => int(0)
99 Size of source file => int(0)
106 Size of source file => int(0)
113 Size of source file => int(0)
120 Size of source file => int(0)
127 Size of source file => int(0)
140 Size of source file => int(0)