Home
last modified time | relevance | path

Searched refs:fp (Results 851 – 875 of 909) sorted by relevance

1...<<31323334353637

/PHP-5.5/ext/standard/tests/array/
H A Darray_unshift_variation1.phpt34 $fp = fopen(__FILE__, "r");
85 /*24*/ $fp
114 fclose($fp);
H A Darray_unshift_variation2.phpt28 $fp = fopen(__FILE__, "r");
91 /*29*/ $fp
120 fclose($fp);
H A Darray_pad_variation3.phpt40 $fp = fopen(__FILE__, "r");
102 /*31*/ $fp,
H A Darray_intersect_ukey_variation3.phpt22 $fp = fopen(__FILE__, "r");
83 'resource var' => $fp,
93 fclose($fp);
H A Darray_reverse_variation1.phpt17 $fp = fopen(__FILE__, "r");
77 /*24*/ $fp
94 fclose($fp);
H A Darray_reverse_variation3.phpt22 $fp = fopen(__FILE__, "r");
80 fclose($fp);
H A Darray_change_key_case_variation2.phpt30 $fp = fopen(__FILE__, "r");
H A Darray_pad_variation1.phpt40 $fp = fopen(__FILE__, "r");
86 /*24*/ $fp
H A Darray_walk_recursive_variation2.phpt73 /* 23*/ $fp = fopen(__FILE__, 'r'),
88 fclose($fp);
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c2503 file_showstr(FILE *fp, const char *s, size_t len) in file_showstr() argument
2519 (void) fputc(c, fp); in file_showstr()
2521 (void) fputc('\\', fp); in file_showstr()
2524 (void) fputc('a', fp); in file_showstr()
2528 (void) fputc('b', fp); in file_showstr()
2532 (void) fputc('f', fp); in file_showstr()
2536 (void) fputc('n', fp); in file_showstr()
2540 (void) fputc('r', fp); in file_showstr()
2544 (void) fputc('t', fp); in file_showstr()
2548 (void) fputc('v', fp); in file_showstr()
[all …]
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c1192 register unsigned char *fp = mcfind(cs, cp);
1193 register size_t len = strlen(fp);
1195 assert(fp != NULL);
1196 (void) memmove(fp, fp + len + 1,
1197 cs->smultis - (fp + len + 1 - cs->multis));
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_variation4.phpt53 $handle = "fp{$iterator}";
/PHP-5.5/ext/gd/tests/
H A Dimagecolorallocate_variation1.phpt23 $fp = tmpfile();
105 "file resource" => $fp
/PHP-5.5/ext/mbstring/oniguruma/
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/standard/tests/file/
H A Dfeof_basic.phpt7 /* Prototype : proto bool feof(resource fp)
/PHP-5.5/ext/bz2/
H A Dbz2.c89 ZEND_ARG_INFO(0, fp)
95 ZEND_ARG_INFO(0, fp)
/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_variation2.phpt20 $fp = fopen(__FILE__, "r");
65 $fp,
98 fclose($fp);
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation2.phpt57 $fp = fopen(__FILE__, "r");
104 /*24*/ $fp
115 fclose($fp);
H A Diconv_mime_decode_headers_variation3.phpt60 $fp = fopen(__FILE__, "r");
107 /*24*/ $fp
118 fclose($fp);
/PHP-5.5/ext/standard/
H A Dbrowscap.c264 fh.handle.fp = VCWD_FOPEN(filename, "r"); in browscap_read_file()
267 if (!fh.handle.fp) { in browscap_read_file()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_float_64bit.phpt61 $fp = fopen (__FILE__, "r");
79 $fp, // resource
H A Dis_int_64bit.phpt50 $fp = fopen (__FILE__, "r");
80 $fp,
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c130 ZEND_ARG_INFO(0, fp)
138 ZEND_ARG_INFO(0, fp)
172 ZEND_ARG_INFO(0, fp)
180 ZEND_ARG_INFO(0, fp)
/PHP-5.5/
H A Dacinclude.m41091 if (!fp) return(1);
1092 fprintf(fp, "%d\n", sizeof($1));
1712 FILE *fp;
1716 fp = fopen(filename, "w");
1717 if (fp == NULL) {
1721 fputs("foobar", fp);
1722 fclose(fp);
1724 fp = fopen(filename, "a+");
1725 position = ftell(fp);
1726 fclose(fp);
[all …]
/PHP-5.5/sapi/webjames/
H A Dwebjames.c169 FILE *fp=NULL; in webjames_module_main() local

Completed in 90 milliseconds

1...<<31323334353637