Home
last modified time | relevance | path

Searched refs:fp (Results 426 – 450 of 917) sorted by relevance

1...<<11121314151617181920>>...37

/PHP-5.4/ext/phar/tests/tar/
H A Drefcount1.phpt33 $fp = fopen($alias . '/b/c.php', 'wb');
34 fwrite($fp, b"extra");
35 fclose($fp);
/PHP-5.4/ext/phar/tests/zip/
H A Dopen_for_write_newfile_b.phpt39 $fp = fopen($alias . '/b/new.php', 'wb');
40 fwrite($fp, b'extra');
41 fclose($fp);
H A Dopen_for_write_newfile_b_5_2.phpt37 $fp = fopen($alias . '/b/new.php', 'wb');
38 fwrite($fp, 'extra');
39 fclose($fp);
/PHP-5.4/ext/mbstring/tests/
H A Dmb_ereg_replace_variation4.phpt41 $fp = fopen(__FILE__, "r");
88 /*24*/ $fp
100 fclose($fp);
H A Dmb_substr_variation1.phpt43 $fp = fopen(__FILE__, "r");
90 /*24*/ $fp
101 fclose($fp);
H A Dmb_encode_mimeheader_variation1.phpt46 $fp = fopen(__FILE__, "r");
93 /*24*/ $fp
104 fclose($fp);
H A Dmb_split_variation2.phpt41 $fp = fopen(__FILE__, "r");
88 /*24*/ $fp
100 fclose($fp);
H A Dmb_stripos_variation1.phpt45 $fp = fopen(__FILE__, "r");
92 /*24*/ $fp
103 fclose($fp);
H A Dmb_strpos_variation1.phpt44 $fp = fopen(__FILE__, "r");
91 /*24*/ $fp
102 fclose($fp);
H A Dmb_strrpos_variation2.phpt44 $fp = fopen(__FILE__, "r");
91 /*24*/ $fp
102 fclose($fp);
/PHP-5.4/ext/iconv/tests/
H A Diconv_mime_decode_variation1.phpt45 $fp = fopen(__FILE__, "r");
92 /*24*/ $fp
103 fclose($fp);
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler_buffer_overflow.phpt33 function callback_buffer_overflow($fp, &$buffer, $buflen, &$error) {
37 $buffer = fread($fp, $buflen);
H A Dmysqli_set_local_infile_handler_negative_len.phpt33 function callback_negative_len($fp, &$buffer, $buflen, &$error) {
37 $buffer = fread($fp, $buflen);
/PHP-5.4/ext/standard/
H A Dconfig.m417 FILE *fp = fopen(filename, "wb");
18 if (NULL == fp)
20 fputs("line 1\n", fp);
21 fputs("line 2\n", fp);
22 fclose(fp);
24 fp = fopen(filename, "rb+");
25 if (NULL == fp)
27 fgets(buffer, sizeof(buffer), fp);
28 fputs("line 3\n", fp);
29 rewind(fp);
[all …]
/PHP-5.4/ext/mbstring/oniguruma/enc/
H A Dmktable.c1067 static int exec(FILE* fp, ENC_INFO* einfo) in exec() argument
1075 fprintf(fp, "static unsigned short Enc%s_CtypeTable[256] = {\n", in exec()
1095 if (c % NCOL == 0) fputs(" ", fp); in exec()
1096 fprintf(fp, "0x%04x", val); in exec()
1097 if (c != 255) fputs(",", fp); in exec()
1099 fputs("\n", fp); in exec()
1101 fputs(" ", fp); in exec()
1103 fprintf(fp, "};\n"); in exec()
1110 FILE* fp = stdout; in main() local
1113 exec(fp, &Info[i]); in main()
/PHP-5.4/ext/standard/tests/array/
H A Darray_combine_variation4.phpt23 $fp = fopen(__FILE__, "r");
63 /*10*/ array(new classA() => 11, @$unset_var => "hello", $fp => 'resource'),
67 $fp => 'resource', 133 => "int", 444.432 => "float",
86 fclose($fp);
H A Darray_shift_variation2.phpt35 $fp = fopen(__FILE__, "r");
104 $fp
117 fclose($fp);
H A Darray_unique_variation3.phpt22 $fp = fopen(__FILE__, "r");
53 /*8*/ array(new classA() => 11, @$unset_var => "hello", $fp => 'resource', 11, "hello"),
64 fclose($fp);
H A Darray_values_variation2.phpt34 $fp = fopen(__FILE__, "r");
103 $fp
115 fclose($fp);
H A Dnatcasesort_variation2.phpt35 $fp = fopen(__FILE__, "r");
104 $fp
116 fclose($fp);
/PHP-5.4/ext/xml/tests/
H A Dxml_parser_set_option_variation3.phpt34 $fp = fopen(__FILE__, "r");
81 $fp,
97 fclose($fp);
/PHP-5.4/ext/standard/tests/math/
H A Dlog_variation1.phpt28 $fp = fopen(__FILE__, "r");
75 /*26*/ $fp
85 fclose($fp);
H A Dmt_srand_variation1.phpt28 $fp = fopen(__FILE__, "r");
75 /*26*/ $fp
85 fclose($fp);
H A Dsrand_variation1.phpt28 $fp = fopen(__FILE__, "r");
75 /*26*/ $fp
85 fclose($fp);
/PHP-5.4/ext/session/tests/
H A Dsession_decode_basic.phpt33 $fp = fopen(__FILE__, "r");
80 /*24*/ $fp
95 fclose($fp);

Completed in 48 milliseconds

1...<<11121314151617181920>>...37