Home
last modified time | relevance | path

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

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

/PHP-5.4/ext/standard/tests/general_functions/
H A Dfloatval_variation1.phpt12 $fp = fopen (__FILE__, "r");
13 fclose($fp);
21 "file resoruce" => $fp,
/PHP-5.4/ext/standard/tests/math/
H A Datan2_variation1.phpt30 $fp = fopen(__FILE__, "r");
77 /*26*/ $fp
88 fclose($fp);
H A Datan2_variation2.phpt30 $fp = fopen(__FILE__, "r");
77 /*26*/ $fp
87 fclose($fp);
/PHP-5.4/ext/mbstring/tests/
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.4/ext/standard/tests/strings/
H A Dsha1_variation1.phpt28 $fp = fopen(__FILE__, 'r');
77 /*26*/ $fp
87 fclose($fp);
/PHP-5.4/ext/standard/tests/array/
H A Darray_flip_variation4.phpt27 $fp = fopen(__FILE__, 'r');
52 'resource_value' => $fp,
58 fclose($fp);
/PHP-5.4/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.4/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.4/ext/fileinfo/tests/
H A Dfinfo_close_error.phpt17 $fp = fopen( __FILE__, 'r' );
26 var_dump( finfo_close( $fp ) );
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_debug_ini.phpt22 if (!$fp = @fopen('/tmp/mysqli_debug_phpt.trace', 'w'))
25 fclose($fp);
H A Dmysqli_set_local_infile_handler_replace_buffer.phpt33 function callback_replace_buffer($fp, &$buffer, $buflen, &$error) {
39 $buffer = fread($fp, $buflen);
/PHP-5.4/ext/standard/tests/file/
H A D006_basic.phpt10 $fp = fopen($filename, 'w');
11 fclose($fp);
H A Drename_variation4.phpt18 $fp = fopen($file_path."/rename_variation.tmp", "w");
19 fclose($fp);
H A Dis_executable_variation3.phpt10 $fp = fopen($filename, 'w');
11 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_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_variation16.phpt25 $fp = fopen($filename, "w"); // temp file
26 fclose($fp);
H A Dlstat_stat_variation7.phpt24 $fp = fopen($file_name, "w"); // temp file
25 fclose($fp);
H A Dis_readable_variation3.phpt9 $fp = fopen($filename, 'w');
10 fclose($fp);
/PHP-5.4/ext/curl/tests/
H A Dbug48207.phpt37 $fp = fopen($tempfile, "r"); // Opening 'fubar' with the incorrect readonly flag
38 curl_setopt($ch, CURLOPT_FILE, $fp);
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_load_data.phpt70 $fp = fopen($filename, "w");
71 fwrite($fp, b"1;foo\n");
72 fwrite($fp, b"2;bar");
73 fclose($fp);

Completed in 23 milliseconds

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