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 => ";
86 Size of source file => int(0)
88 -- Now applying copy() on source file to create copies --
93 Size of source file => int(0)
100 Size of source file => int(0)
107 Size of source file => int(0)
114 Size of source file => int(0)
121 Size of source file => int(0)
128 Size of source file => int(0)
141 Size of source file => int(0)