Home
last modified time | relevance | path

Searched refs:fp (Results 126 – 150 of 909) sorted by path

12345678910>>...37

/PHP-5.5/ext/imap/tests/
H A Dimap_savebody_basic.phpt31 $fp = fopen($file, 'w');
32 $z = imap_savebody($stream_id, $fp, 1);
33 fclose($fp);
/PHP-5.5/ext/json/tests/
H A Djson_encode_basic.phpt23 $fp = fopen(__FILE__, "r");
83 /*26*/ $fp,
/PHP-5.5/ext/libxml/tests/
H A Dbug63389.phpt7 $fp = fopen("php://input", "r");
8 libxml_set_streams_context($fp);
/PHP-5.5/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c381 FILE *fp; in main() local
400 fp = fopen(cp932_txt, "r"); in main()
401 if (!fp) { in main()
408 while (fgets(buf, sizeof(buf), fp)) { in main()
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dmktable.c1106 static int exec(FILE* fp, ENC_INFO* einfo) in exec() argument
1114 fprintf(fp, "static const unsigned short Enc%s_CtypeTable[256] = {\n", in exec()
1134 if (c % NCOL == 0) fputs(" ", fp); in exec()
1135 fprintf(fp, "0x%04x", val); in exec()
1136 if (c != 255) fputs(",", fp); in exec()
1138 fputs("\n", fp); in exec()
1140 fputs(" ", fp); in exec()
1142 fprintf(fp, "};\n"); in exec()
1149 FILE* fp = stdout; in main() local
1158 exec(fp, &Info[i]); in main()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c5030 static void print_enc_string(FILE* fp, OnigEncoding enc, in print_enc_string() argument
5033 fprintf(fp, "\nPATTERN: /"); in print_enc_string()
5043 fprintf(fp, " 0x%04x ", (int )code); in print_enc_string()
5046 fputc((int )code, fp); in print_enc_string()
5054 fputc((int )*s, fp); in print_enc_string()
5059 fprintf(fp, "/\n"); in print_enc_string()
H A Dregparse.c411 FILE* fp = (FILE* )arg; in i_print_name_entry() local
413 fprintf(fp, "%s: ", e->name); in i_print_name_entry()
415 fputs("-", fp); in i_print_name_entry()
424 fputs("\n", fp); in i_print_name_entry()
434 fprintf(fp, "name table\n"); in onig_print_names()
436 fputs("\n", fp); in onig_print_names()
591 fprintf(fp, "name table\n"); in onig_print_names()
596 fputs("-", fp); in onig_print_names()
603 if (j > 0) fprintf(fp, ", "); in onig_print_names()
607 fputs("\n", fp); in onig_print_names()
[all …]
/PHP-5.5/ext/mbstring/tests/
H A Dmb_convert_encoding_variation1.phpt44 $fp = fopen(__FILE__, "r");
91 /*24*/ $fp
102 fclose($fp);
H A Dmb_decode_mimeheader_variation1.phpt53 $fp = fopen(__FILE__, "r");
106 'resource' => $fp
116 fclose($fp);
H A Dmb_encode_mimeheader_variation1.phpt46 $fp = fopen(__FILE__, "r");
93 /*24*/ $fp
104 fclose($fp);
H A Dmb_encode_mimeheader_variation2.phpt48 $fp = fopen(__FILE__, "r");
95 /*24*/ $fp
106 fclose($fp);
H A Dmb_encode_mimeheader_variation3.phpt48 $fp = fopen(__FILE__, "r");
95 /*24*/ $fp
106 fclose($fp);
H A Dmb_encode_mimeheader_variation4.phpt49 $fp = fopen(__FILE__, "r");
96 /*24*/ $fp
107 fclose($fp);
H A Dmb_encode_mimeheader_variation5.phpt48 $fp = fopen(__FILE__, "r");
95 /*24*/ $fp
106 fclose($fp);
H A Dmb_ereg_replace_variation2.phpt41 $fp = fopen(__FILE__, "r");
88 /*24*/ $fp
99 fclose($fp);
H A Dmb_ereg_replace_variation3.phpt41 $fp = fopen(__FILE__, "r");
88 /*24*/ $fp
100 fclose($fp);
H A Dmb_ereg_replace_variation4.phpt41 $fp = fopen(__FILE__, "r");
88 /*24*/ $fp
100 fclose($fp);
H A Dmb_ereg_variation1.phpt42 $fp = fopen(__FILE__, "r");
73 /*16*/ $fp
88 fclose($fp);
H A Dmb_ereg_variation2.phpt42 $fp = fopen(__FILE__, "r");
89 /*24*/ $fp
104 fclose($fp);
H A Dmb_internal_encoding_variation1.phpt41 $fp = fopen(__FILE__, "r");
88 /*24*/ $fp
99 fclose($fp);
H A Dmb_regex_encoding_variation1.phpt39 $fp = fopen(__FILE__, "r");
86 /*24*/ $fp
97 fclose($fp);
H A Dmb_split_variation1.phpt40 $fp = fopen(__FILE__, "r");
87 /*24*/ $fp
98 fclose($fp);
H A Dmb_split_variation2.phpt41 $fp = fopen(__FILE__, "r");
88 /*24*/ $fp
100 fclose($fp);
H A Dmb_split_variation3.phpt40 $fp = fopen(__FILE__, "r");
87 /*24*/ $fp
99 fclose($fp);
H A Dmb_stripos_variation1.phpt45 $fp = fopen(__FILE__, "r");
92 /*24*/ $fp
103 fclose($fp);

Completed in 177 milliseconds

12345678910>>...37