Home
last modified time | relevance | path

Searched refs:fp (Results 451 – 475 of 909) sorted by relevance

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

/PHP-5.5/ext/mbstring/tests/
H A Dmb_strpos_variation1.phpt44 $fp = fopen(__FILE__, "r");
91 /*24*/ $fp
102 fclose($fp);
H A Dmb_strripos_variation1.phpt45 $fp = fopen(__FILE__, "r");
92 /*24*/ $fp
103 fclose($fp);
H A Dmb_strripos_variation2.phpt45 $fp = fopen(__FILE__, "r");
92 /*24*/ $fp
103 fclose($fp);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dfloatval_variation1.phpt12 $fp = fopen (__FILE__, "r");
13 fclose($fp);
21 "file resoruce" => $fp,
/PHP-5.5/ext/standard/tests/array/
H A Darray_shift_variation2.phpt35 $fp = fopen(__FILE__, "r");
104 $fp
117 fclose($fp);
H A Darray_values_variation2.phpt34 $fp = fopen(__FILE__, "r");
103 $fp
115 fclose($fp);
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);
/PHP-5.5/ext/standard/tests/strings/
H A Dsha1_variation1.phpt28 $fp = fopen(__FILE__, 'r');
77 /*26*/ $fp
87 fclose($fp);
/PHP-5.5/ext/hash/tests/
H A Dhash_file_basic1.phpt18 if (($fp = fopen( $file, "w+")) == FALSE) {
26 if (fwrite($fp, $content) === FALSE) {
33 fclose($fp);
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos_variation1.phpt44 $fp = fopen(__FILE__, "r");
91 /*24*/ $fp
102 fclose($fp);
H A Diconv_strpos_variation2.phpt44 $fp = fopen(__FILE__, "r");
91 /*24*/ $fp
102 fclose($fp);
H A Diconv_strrpos_variation2.phpt43 $fp = fopen(__FILE__, "r");
90 /*24*/ $fp
101 fclose($fp);
/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/main/
H A Dphp_ini.c557 fh.handle.fp = VCWD_FOPEN(php_ini_file_name, "r"); in php_init_config()
558 if (fh.handle.fp) { in php_init_config()
566 if (!fh.handle.fp) { in php_init_config()
570 …fh.handle.fp = php_fopen_with_path(ini_fname, "r", php_ini_search_path, &php_ini_opened_path TSRML… in php_init_config()
572 if (fh.handle.fp) { in php_init_config()
578 if (!fh.handle.fp) { in php_init_config()
579 …fh.handle.fp = php_fopen_with_path("php.ini", "r", php_ini_search_path, &php_ini_opened_path TSRML… in php_init_config()
580 if (fh.handle.fp) { in php_init_config()
592 if (fh.handle.fp) { in php_init_config()
671 if ((fh2.handle.fp = VCWD_FOPEN(ini_file, "r"))) { in php_init_config()
[all …]
/PHP-5.5/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.5/ext/standard/tests/file/
H A Drename_variation2-win32.phpt22 $fp = fopen($file_path."/rename_variation.tmp", "w");
23 fclose($fp);
H A Dis_executable_variation3.phpt10 $fp = fopen($filename, 'w');
11 fclose($fp);
H A Dis_readable_variation3.phpt9 $fp = fopen($filename, 'w');
10 fclose($fp);
H A Dlstat_stat_variation1.phpt24 $fp = fopen("$file_path/lstat_stat_variation1.tmp", "w"); // temp file
25 fclose($fp);
H A Dlstat_stat_variation16.phpt25 $fp = fopen($filename, "w"); // temp file
26 fclose($fp);
H A Dlstat_stat_variation11.phpt26 $fp = fopen($filename, "w"); // temp file
27 fclose($fp);
H A Dlstat_stat_variation14.phpt26 $fp = fopen($filename, "w"); // temp file
27 fclose($fp);
H A Dlstat_stat_variation4.phpt28 $fp = fopen($file_name, "w"); // temp file
29 fclose($fp);
H A Dlstat_stat_variation7.phpt24 $fp = fopen($file_name, "w"); // temp file
25 fclose($fp);
/PHP-5.5/ext/bz2/tests/
H A D001.phpt16 $fp = fopen(__FILE__,"r");
17 var_dump(bzopen($fp, "r"));

Completed in 40 milliseconds

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