Home
last modified time | relevance | path

Searched refs:fp (Results 326 – 350 of 909) sorted by relevance

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

/PHP-5.5/ext/standard/tests/file/
H A Dfseek_variation1.phpt7 /* Prototype : proto int fseek(resource fp, int offset [, int whence])
18 $fp = fopen(__FILE__, 'r');
80 var_dump( fseek($fp, $value, $whence) );
81 var_dump( ftell($fp));
83 fclose($fp);
H A Dunlink_variation4.phpt18 $fp = fopen($filename, "w");
19 fclose($fp);
H A Dis_readable_variation1.phpt8 $fp = fopen($filename, 'w');
9 fclose($fp);
32 $fp = fopen("$file_path/is_readable_variation1/bar.tmp", "w");
33 fclose($fp);
H A Dsymlink_link_linkinfo_is_link_variation8.phpt36 $fp = fopen($filename, "w");
37 fclose($fp);
56 $fp = fopen($filename, "w");
57 fclose($fp);
H A D007_error.phpt28 $fp = fopen(__FILE__, "r");
29 fclose($fp);
30 var_dump( fclose($fp) ); // closed handle
35 var_dump( feof($fp) ); // closed handle
42 $fp = fopen(__FILE__, "r");
43 var_dump( fclose($fp, "handle") );
45 var_dump( feof($fp, "handle"));
46 fclose($fp);
H A Dreadfile_variation2.phpt30 $fp = fopen($filename, "w");
31 fill_file($fp, "text_with_new_line", 50);
32 fclose($fp);
H A Dsymlink_link_linkinfo_is_link_variation5.phpt39 $fp = fopen($filename, "w");
41 fwrite($fp, $data);
42 fclose($fp);
/PHP-5.5/ext/sockets/tests/
H A Dsocket_set_option_error_socket_option.phpt12 $fp = fopen($filename, 'w');
13 fclose($fp);
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_file_002.phpt8 $fp = finfo_open(FILEINFO_MIME_TYPE);
13 $results["$filename"] = finfo_file($fp, $filename);
/PHP-5.5/ext/gmp/tests/
H A D004.phpt19 $fp = fopen(__FILE__, 'r');
20 var_dump(gmp_intval($fp));
/PHP-5.5/ext/phar/
H A Dgdbhelp62 if (*(phar_archive_data*)$p->pDataPtr).fp != 0
69 if (*(phar_entry_info *)$m->pData).fp
99 output *((phar_entry_info *)$m->pData)->fp
121 is passed in, displays the php_stream that is the file's fp
/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_variation14.phpt72 if (!($fp = fopen($data_file, 'wt')))
79 fprintf($fp, "\n-- Iteration %d --\n",$counter);
80 vfprintf($fp, $formats, $args);
84 fclose($fp);
H A Dvfprintf_variation14_64bit.phpt72 if (!($fp = fopen($data_file, 'wt')))
79 fprintf($fp, "\n-- Iteration %d --\n",$counter);
80 vfprintf($fp, $formats, $args);
84 fclose($fp);
H A Dvfprintf_variation18.phpt61 if (!($fp = fopen($data_file, 'wt')))
68 fprintf($fp, "\n-- Iteration %d --\n",$counter);
69 vfprintf($fp, $formats, $args);
73 fclose($fp);
H A Dsprintf_variation17.phpt13 $fp = fopen (__FILE__, "r");
18 $fp,
41 fclose($fp);
/PHP-5.5/ext/standard/tests/math/
H A Ddecbin_variation1_64bit.phpt33 $fp = fopen(__FILE__, "r");
81 /*27*/ $fp
91 fclose($fp);
H A Dpow_variation1.phpt34 $fp = fopen(__FILE__, "r");
81 /*26*/ $fp
91 fclose($fp);
H A Dpow_variation1_64bit.phpt34 $fp = fopen(__FILE__, "r");
81 /*26*/ $fp
91 fclose($fp);
H A Ddecbin_variation1.phpt33 $fp = fopen(__FILE__, "r");
81 /*27*/ $fp
91 fclose($fp);
H A Dhexdec_variation1.phpt28 $fp = fopen(__FILE__, "r");
73 /*26*/ $fp
83 fclose($fp);
H A Dhexdec_variation1_64bit.phpt28 $fp = fopen(__FILE__, "r");
73 /*26*/ $fp
83 fclose($fp);
H A Dround_variation1.phpt31 $fp = fopen(__FILE__, "r");
78 /*26*/ $fp
88 fclose($fp);
/PHP-5.5/ext/standard/tests/array/
H A Dcount_variation1.phpt34 $fp = fopen(__FILE__, "r");
81 /*24*/ $fp
92 fclose($fp);
H A Darray_fill_keys_variation4.phpt15 $fp = fopen(__FILE__, "r");
42 var_dump( array_fill_keys($array, $fp) );
47 fclose($fp);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dphp_uname_error.phpt21 $fp = fopen(__FILE__, "r");
27 var_dump(php_uname($fp));
29 fclose($fp);

Completed in 73 milliseconds

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