Home
last modified time | relevance | path

Searched refs:fp (Results 876 – 900 of 921) sorted by relevance

1...<<31323334353637

/PHP-5.6/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.6/ext/standard/tests/strings/
H A Dwordwrap_variation2.phpt20 $fp = fopen(__FILE__, "r");
65 $fp,
98 fclose($fp);
H A Dstr_replace.phpt29 $fp = fopen( __FILE__, "r" );
30 $fp_copy = $fp;
33 fclose($fp);
/PHP-5.6/ext/standard/tests/array/
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);
H A Darray_walk_variation2.phpt73 /* 23*/ $fp = fopen(__FILE__, 'r'),
88 fclose($fp);
H A Drsort_variation1.phpt34 $fp = fopen(__FILE__, "r");
81 /*24*/ $fp
99 fclose($fp);
H A Dasort_variation1.phpt26 $fp = fopen(__FILE__, "r");
72 22 => $fp
H A Dsort_variation1.phpt26 $fp = fopen(__FILE__, "r");
72 /*23*/ $fp
H A Dkrsort_variation1.phpt26 $fp = fopen(__FILE__, "r");
71 /*22*/ $fp
H A Dksort_variation1.phpt25 $fp = fopen(__FILE__, "r");
70 /*22*/ $fp
/PHP-5.6/ext/standard/
H A Dbrowscap.c268 fh.handle.fp = VCWD_FOPEN(filename, "r"); in browscap_read_file()
271 if (!fh.handle.fp) { in browscap_read_file()
/PHP-5.6/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,
H A Dgettype_settype_basic.phpt30 $fp = fopen(__FILE__, "r");
66 $fp,
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_prompt.c194 FILE *fp = fopen(init_file, "r"); in phpdbg_try_file_init() local
195 if (fp) { in phpdbg_try_file_init()
204 while (fgets(cmd, PHPDBG_MAX_CMD, fp) != NULL) { in phpdbg_try_file_init()
283 fclose(fp); in phpdbg_try_file_init()
/PHP-5.6/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.6/
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.6/sapi/webjames/
H A Dwebjames.c169 FILE *fp=NULL; in webjames_module_main() local
/PHP-5.6/ext/standard/tests/file/
H A Dreadfile_basic-win32.phpt34 $fp = fopen($file_path."/".$file_prefix."1.tmp", $mode);
35 fill_file($fp, $type, 100);
36 fclose($fp);
H A Dreadfile_basic.phpt34 $fp = fopen($file_path."/".$file_prefix."1.tmp", $mode);
35 fill_file($fp, $type, 100);
36 fclose($fp);
/PHP-5.6/ext/imap/tests/
H A Dimap_fetchheader_variation1.phpt45 $fp = fopen(__FILE__, "r");
/PHP-5.6/sapi/milter/
H A Dphp_milter.c136 if (!(file_handle.handle.fp = VCWD_FOPEN(filename, "rb"))) { in ZEND_DECLARE_MODULE_GLOBALS()
202 if (!(file_handle.handle.fp = VCWD_FOPEN(filename, "rb"))) { in mlfi_connect()

Completed in 64 milliseconds

1...<<31323334353637