Home
last modified time | relevance | path

Searched refs:fp (Results 501 – 525 of 909) sorted by relevance

1...<<21222324252627282930>>...37

/PHP-5.5/ext/standard/tests/array/
H A Deach_variation2.phpt35 $fp = fopen(__FILE__, "r");
104 $fp
116 fclose($fp);
H A Dsizeof_variation5.phpt18 $fp = fopen(__FILE__, "r");
53 /* 22 */ $fp
69 fclose($fp);
H A Darray_map_variation4.phpt26 $fp = fopen(__FILE__, "r");
61 array(new classA() => 11, @$unset_var => "hello", $fp => 'resource'),
65 $fp => 'resource', 133 => "int", 444.432 => "float",
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation10.phpt25 $fp = fopen (__FILE__, "r");
30 $fp,
70 fclose($fp);
H A Dfscanf_variation4.phpt26 $fp = fopen (__FILE__, "r");
31 $fp,
66 fclose($fp);
H A Dunlink_variation3.phpt23 $fp = fopen($filename, "w");
24 fclose($fp);
H A Dlstat_stat_variation15.phpt26 $fp = fopen($filename, "w"); // temp file
27 fclose($fp);
H A Dlstat_stat_variation21.phpt27 $fp = fopen($filename, "w"); // temp file
28 fclose($fp);
H A Dglob_error.phpt14 $fp = fopen("$file_path/glob_error/wonder12345", "w");
15 fclose($fp);
H A Dlstat_stat_variation12.phpt27 $fp = fopen($filename, "w"); // temp file
28 fclose($fp);
H A Dlstat_stat_variation3.phpt24 $fp = fopen("$file_path/lstat_stat_variation3.tmp", "w"); // temp file
25 fclose($fp);
H A Dfread_error.phpt54 $fp = fopen($filename, "r");
55 unset($fp); //unset file handle
56 var_dump( fread(@$fp,10) );
57 var_dump( fclose(@$fp) );
H A Dfscanf_variation22.phpt25 $fp = fopen (__FILE__, "r");
30 $fp,
69 fclose($fp);
/PHP-5.5/ext/standard/tests/strings/
H A Dsha1_variation2.phpt28 $fp = fopen(__FILE__, 'r');
77 /*26*/ $fp
88 fclose($fp);
H A Dstr_split_variation1.phpt32 $fp = fopen(__FILE__, 'r');
81 $fp
91 fclose($fp);
H A Ducwords_variation1.phpt21 $fp = fopen(__FILE__, "r");
93 $fp
110 fclose($fp);
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation1.phpt57 $fp = fopen(__FILE__, "r");
104 /*24*/ $fp
115 fclose($fp);
H A Diconv_strlen_variation1.phpt42 $fp = fopen(__FILE__, "r");
100 'resource' => $fp
111 fclose($fp);
/PHP-5.5/ext/standard/
H A Dexec.c105 FILE *fp; in php_exec() local
120 fp = VCWD_POPEN(cmd, "rb"); in php_exec()
122 fp = VCWD_POPEN(cmd, "r"); in php_exec()
124 if (!fp) { in php_exec()
129 stream = php_stream_fopen_from_pipe(fp, "rb"); in php_exec()
/PHP-5.5/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt18 $fp = fopen ( __FILE__ , "r" );
46 curl_setopt ( $ch , CURLOPT_INFILE, $fp );
/PHP-5.5/main/
H A Dfopen_wrappers.c344 FILE *fp; local
349 fp = VCWD_FOPEN(path, mode);
350 if (fp && opened_path) {
353 return fp;
616 FILE *fp; local
675 fp = php_fopen_and_set_opened_path(trypath, mode, opened_path TSRMLS_CC);
676 if (fp) {
678 return fp;
/PHP-5.5/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation3.phpt48 $fp = fopen(__FILE__, "r");
95 /*24*/ $fp
106 fclose($fp);
H A Dmb_stripos_variation2.phpt45 $fp = fopen(__FILE__, "r");
92 /*24*/ $fp
103 fclose($fp);
/PHP-5.5/ext/standard/tests/math/
H A Dexpm1_variation1.phpt32 $fp = fopen(__FILE__, "r");
83 /*27*/ $fp
93 fclose($fp);
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation1.phpt33 $fp = fopen(__FILE__, 'r');
76 $fp,
90 fclose($fp);

Completed in 31 milliseconds

1...<<21222324252627282930>>...37