Lines Matching refs:fp
28 if (!($fp = fopen($data_file, 'wt')))
31 vfprintf($fp, $format1, $arg1);
32 fprintf($fp, "\n");
33 vfprintf($fp, $format11, $arg1);
34 fprintf($fp, "\n");
36 vfprintf($fp, $format2, $arg2);
37 fprintf($fp, "\n");
38 vfprintf($fp, $format22, $arg2);
39 fprintf($fp, "\n");
41 vfprintf($fp, $format3, $arg3);
42 fprintf($fp, "\n");
43 vfprintf($fp, $format33, $arg3);
44 fprintf($fp, "\n");
46 fclose($fp);