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