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 => ";
84 - Size of source file => int(3500)
86 --- Now applying copy() on source file to create copies ---
88 Size of source file => int(3500)
95 Size of source file => int(3500)
102 Size of source file => int(3500)
109 Size of source file => int(3500)
116 Size of source file => int(3500)
123 Size of source file => int(3500)
130 Size of source file => int(3500)
137 Size of source file => int(3500)