Home
last modified time | relevance | path

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

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

/PHP-5.4/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.4/ext/standard/tests/file/
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 Dunlink_variation4.phpt18 $fp = fopen($filename, "w");
19 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);
H A Dglob_variation2.phpt18 $fp = fopen("$file_path/$dir_name/file.text", "w");
19 fclose($fp);
/PHP-5.4/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
H A Dphar_object.c214 if (!fp) { in phar_file_action()
1476 if (!fp) {
1709 if (!fp) {
2199 (*pphar)->fp = phar->fp;
4001 fp = phar_obj->arc.archive->fp;
4039 fp = phar_obj->arc.archive->fp;
4044 if (!fp) {
4055 if (fp != phar_obj->arc.archive->fp) {
4069 if (fp != phar_obj->arc.archive->fp) {
4334 if (!fp) {
[all …]
/PHP-5.4/ext/fileinfo/tests/
H A Dfinfo_file_002.phpt8 $fp = finfo_open(FILEINFO_MIME_TYPE);
13 $results["$filename"] = finfo_file($fp, $filename);
/PHP-5.4/ext/gmp/tests/
H A D004.phpt19 $fp = fopen(__FILE__, 'r');
20 var_dump(gmp_intval($fp));
/PHP-5.4/ext/standard/tests/general_functions/
H A Dphp_uname_error.phpt21 $fp = fopen(__FILE__, "r");
27 var_dump(php_uname($fp));
29 fclose($fp);
/PHP-5.4/ext/standard/tests/math/
H A Ddecbin_variation1.phpt33 $fp = fopen(__FILE__, "r");
81 /*27*/ $fp
91 fclose($fp);
H A Ddecbin_variation1_64bit.phpt33 $fp = fopen(__FILE__, "r");
81 /*27*/ $fp
91 fclose($fp);
H A Dround_variation1.phpt31 $fp = fopen(__FILE__, "r");
78 /*26*/ $fp
88 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 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);
/PHP-5.4/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.4/Zend/tests/
H A Doffset_array.phpt16 $fp = fopen(__FILE__, "r");
17 var_dump($arr[$fp]);

Completed in 44 milliseconds

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