Home
last modified time | relevance | path

Searched refs:fp (Results 401 – 425 of 909) sorted by relevance

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

/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_replace_variation3.phpt41 $fp = fopen(__FILE__, "r");
88 /*24*/ $fp
100 fclose($fp);
H A Dmb_ereg_replace_variation4.phpt41 $fp = fopen(__FILE__, "r");
88 /*24*/ $fp
100 fclose($fp);
H A Dmb_strtoupper_variation1.phpt42 $fp = fopen(__FILE__, "r");
89 /*24*/ $fp
100 fclose($fp);
H A Dmb_substr_variation1.phpt43 $fp = fopen(__FILE__, "r");
90 /*24*/ $fp
101 fclose($fp);
/PHP-5.5/ext/phar/tests/zip/
H A Drefcount1.phpt31 $fp = fopen($alias . '/b/c.php', 'wb');
32 fwrite($fp, b"extra");
33 fclose($fp);
H A Dopen_for_write_newfile_b.phpt39 $fp = fopen($alias . '/b/new.php', 'wb');
40 fwrite($fp, b'extra');
41 fclose($fp);
/PHP-5.5/ext/standard/tests/general_functions/
H A Descapeshellarg_error.phpt36 $fp = fopen(__FILE__, "r");
37 var_dump( escapeshellarg($fp));
38 fclose($fp);
/PHP-5.5/ext/ctype/tests/
H A Dctype_alnum_variation1.phpt38 $fp = fopen(__FILE__, "r");
86 /*25*/ $fp
97 fclose($fp);
H A Dctype_alpha_variation1.phpt38 $fp = fopen(__FILE__, "r");
86 /*25*/ $fp
97 fclose($fp);
H A Dctype_cntrl_variation1.phpt38 $fp = fopen(__FILE__, "r");
87 /*25*/ $fp
98 fclose($fp);
H A Dctype_graph_variation1.phpt38 $fp = fopen(__FILE__, "r");
86 /*25*/ $fp
97 fclose($fp);
H A Dctype_lower_variation1.phpt38 $fp = fopen(__FILE__, "r");
86 /*25*/ $fp
97 fclose($fp);
H A Dctype_print_variation1.phpt38 $fp = fopen(__FILE__, "r");
86 /*25*/ $fp
97 fclose($fp);
H A Dctype_punct_variation1.phpt39 $fp = fopen(__FILE__, "r");
87 /*25*/ $fp
98 fclose($fp);
H A Dctype_space_variation1.phpt38 $fp = fopen(__FILE__, "r");
86 /*25*/ $fp
97 fclose($fp);
H A Dctype_xdigit_variation1.phpt38 $fp = fopen(__FILE__, "r");
86 /*25*/ $fp
97 fclose($fp);
/PHP-5.5/ext/xml/tests/
H A Dxml002.phpt62 if (!($fp = @fopen("xmltest.xml", "r"))) {
66 while ($data = fread($fp, 4096)) {
67 if (!xml_parse($xml_parser, $data, feof($fp))) {
/PHP-5.5/ext/iconv/tests/
H A Diconv_get_encoding_error.phpt39 $fp = fopen(__FILE__, "r");
86 /*24*/ $fp
97 fclose($fp);
H A Diconv_set_encoding_error.phpt39 $fp = fopen(__FILE__, "r");
86 /*24*/ $fp
97 fclose($fp);
/PHP-5.5/ext/standard/tests/file/
H A Dunlink_variation2-win32.phpt24 $fp = fopen($filename, "w");
28 fclose($fp);
H A Drename_variation9.phpt29 $fp = fopen($src_name, "w");
31 fclose($fp);
H A Dfputcsv_error.phpt18 $fp = fopen(__FILE__, "r");
22 var_dump( fputcsv($fp, $fields, $delim, $enclosure, $fp) );
23 fclose($fp);
H A Dfgetcsv_error.phpt17 $fp = fopen(__FILE__, "r");
22 var_dump( fgetcsv($fp, $len, $delim, $enclosure, $escape, $fp) );
23 fclose($fp);
H A Dis_writable_variation1.phpt9 $fp = fopen($filename, 'w');
10 fclose($fp);
34 $fp = fopen("$file_path/is_writable_variation1/bar.tmp", "w");
35 fclose($fp);
/PHP-5.5/ext/standard/tests/array/
H A Darray_combine_variation5.phpt24 $fp = fopen(__FILE__, "r");
60 /*10*/ array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp),
64 'resource' => $fp, "int" => 133, "float" => 444.432,
78 fclose($fp);

Completed in 51 milliseconds

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