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
33 echo "- Size of source file => ";
48 echo "\n--- Now applying copy() on source file to create copies ---";
53 echo "Size of source file => ";
86 - Size of source file => int(3500)
88 --- Now applying copy() on source file to create copies ---
90 Size of source file => int(3500)
97 Size of source file => int(3500)
104 Size of source file => int(3500)
111 Size of source file => int(3500)
118 Size of source file => int(3500)
125 Size of source file => int(3500)
132 Size of source file => int(3500)
139 Size of source file => int(3500)