Home
last modified time | relevance | path

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

1...<<31323334353637

/PHP-5.6/ext/date/tests/
H A Ddate_sun_info_variation2.phpt25 $fp = fopen(__FILE__, "r");
68 /*24*/ $fp
H A Ddate_sun_info_variation3.phpt25 $fp = fopen(__FILE__, "r");
68 /*24*/ $fp
/PHP-5.6/ext/standard/tests/file/
H A Dfpassthru_variation1.phpt7 /* Prototype : proto int fpassthru(resource fp)
77 // loop through each element of the array for fp
H A Dpclose_variation1.phpt7 /* Prototype : int pclose(resource fp)
104 // loop through each element of the array for fp
H A Dfeof_basic.phpt7 /* Prototype : proto bool feof(resource fp)
/PHP-5.6/ext/gd/
H A Dgd.c1090 if (fp->data) { in php_free_gd_font()
1091 efree(fp->data); in php_free_gd_font()
1094 efree(fp); in php_free_gd_font()
2399 FILE * fp = NULL; in _php_image_create_from() local
2463 if (!im && fp) { in _php_image_create_from()
2486 fflush(fp); in _php_image_create_from()
2601 FILE *fp; in _php_image_output() local
2629 if (!fp) { in _php_image_output()
2657 (*func_p)(im, fp); in _php_image_output()
2672 fflush(fp); in _php_image_output()
[all …]
/PHP-5.6/ext/standard/tests/array/
H A Darray_merge_recursive_variation1.phpt35 $fp = fopen(__FILE__, "r");
79 /*23*/ $fp,
105 fclose($fp);
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_diff_ukey_variation4.phpt22 $fp = fopen(__FILE__, "r");
78 'resource' => $fp,
89 fclose($fp);
H A Darray_intersect_uassoc_variation4.phpt22 $fp = fopen(__FILE__, "r");
82 'resource' => $fp,
92 fclose($fp);
H A Darray_pad_variation3.phpt40 $fp = fopen(__FILE__, "r");
102 /*31*/ $fp,
H A Darray_reverse_variation1.phpt17 $fp = fopen(__FILE__, "r");
77 /*24*/ $fp
94 fclose($fp);
H A Darray_intersect_ukey_variation3.phpt22 $fp = fopen(__FILE__, "r");
83 'resource var' => $fp,
93 fclose($fp);
H A Darray_reverse_variation3.phpt22 $fp = fopen(__FILE__, "r");
80 fclose($fp);
/PHP-5.6/ext/standard/tests/strings/
H A Dwordwrap_variation3.phpt20 $fp = fopen(__FILE__, "r");
68 $fp,
99 fclose($fp);
/PHP-5.6/
H A DREADME.STREAMS171 FILE * fp;
174 if (php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void*)&fp, REPORT_ERRORS) == FAILURE) {
247 FILE * fp = fopen(filename, mode);
250 if (fp) {
251 ret = php_stream_alloc(&php_stream_stdio_ops, fp, 0, 0, mode);
255 fclose(fp);
/PHP-5.6/ext/standard/
H A Dbasic_functions.c1039 ZEND_ARG_INFO(0, fp)
1086 ZEND_ARG_INFO(0, fp)
1095 ZEND_ARG_INFO(0, fp)
1099 ZEND_ARG_INFO(0, fp)
1103 ZEND_ARG_INFO(0, fp)
1108 ZEND_ARG_INFO(0, fp)
1112 ZEND_ARG_INFO(0, fp)
1124 ZEND_ARG_INFO(0, fp)
1130 ZEND_ARG_INFO(0, fp)
1134 ZEND_ARG_INFO(0, fp)
[all …]
/PHP-5.6/ext/standard/tests/dir/
H A Dscandir_variation8.phpt53 $handle = "fp{$iterator}";
H A Dreaddir_variation4.phpt53 $handle = "fp{$iterator}";
/PHP-5.6/ext/fileinfo/libmagic/
H A Dapprentice.c2511 file_showstr(FILE *fp, const char *s, size_t len) in file_showstr() argument
2527 (void) fputc(c, fp); in file_showstr()
2529 (void) fputc('\\', fp); in file_showstr()
2532 (void) fputc('a', fp); in file_showstr()
2536 (void) fputc('b', fp); in file_showstr()
2540 (void) fputc('f', fp); in file_showstr()
2544 (void) fputc('n', fp); in file_showstr()
2548 (void) fputc('r', fp); in file_showstr()
2552 (void) fputc('t', fp); in file_showstr()
2556 (void) fputc('v', fp); in file_showstr()
[all …]
/PHP-5.6/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.6/ext/gd/tests/
H A Dimagecolorallocate_variation1.phpt23 $fp = tmpfile();
105 "file resource" => $fp
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregparse.c422 FILE* fp = (FILE* )arg; in i_print_name_entry() local
424 fprintf(fp, "%s: ", e->name); in i_print_name_entry()
426 fputs("-", fp); in i_print_name_entry()
435 fputs("\n", fp); in i_print_name_entry()
445 fprintf(fp, "name table\n"); in onig_print_names()
447 fputs("\n", fp); in onig_print_names()
602 fprintf(fp, "name table\n"); in onig_print_names()
607 fputs("-", fp); in onig_print_names()
614 if (j > 0) fprintf(fp, ", "); in onig_print_names()
618 fputs("\n", fp); in onig_print_names()
[all …]
/PHP-5.6/ext/bz2/
H A Dbz2.c90 ZEND_ARG_INFO(0, fp)
96 ZEND_ARG_INFO(0, fp)

Completed in 144 milliseconds

1...<<31323334353637