Home
last modified time | relevance | path

Searched refs:fp (Results 726 – 750 of 901) sorted by relevance

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

/PHP-7.2/ext/xml/tests/
H A Dxml_parser_set_option_variation1.phpt32 $fp = fopen(__FILE__, "r");
79 $fp,
95 fclose($fp);
H A Dxml_parse_variation1.phpt33 $fp = fopen(__FILE__, "r");
80 $fp,
96 fclose($fp);
H A Dxml_set_default_handler_variation1.phpt36 $fp = fopen(__FILE__, "r");
83 $fp,
99 fclose($fp);
/PHP-7.2/ext/standard/tests/general_functions/
H A Dtype.phpt12 $fp = fopen(__FILE__, "r");
13 fclose($fp);
28 $fp,
/PHP-7.2/ext/standard/tests/strings/
H A Dchunk_split_variation2.phpt24 $fp = fopen(__FILE__, 'r');
79 $fp
89 fclose($fp);
H A Dstr_split_variation2_64bit.phpt36 $fp = fopen(__FILE__, 'r');
83 $fp
93 fclose($fp);
H A Dwordwrap_variation4.phpt25 $fp = fopen(__FILE__, "r");
82 fclose($fp);
H A Dget_html_translation_table_variation2.phpt26 $fp = fopen(__FILE__, "r");
60 $fp,
/PHP-7.2/ext/standard/tests/dir/
H A Dopendir_variation7.phpt10 $fp = fopen($filename, 'w');
11 fclose($fp);
H A Dreaddir_variation5.phpt10 $fp = fopen($filename, 'w');
11 fclose($fp);
H A Dscandir_variation1.phpt40 $fp = fopen(__FILE__, "r");
88 /*25*/ $fp
99 fclose($fp);
/PHP-7.2/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_error1.phpt32 $fp = fopen($filename, "w"); // create temp file
33 fclose($fp);
H A Dunlink_error-win32-mb.phpt20 $fp = fopen($filename, "w"); // create file
21 fclose($fp);
H A Dunlink_error-win32.phpt18 $fp = fopen($filename, "w"); // create file
19 fclose($fp);
H A Dunlink_error.phpt18 $fp = fopen($filename, "w"); // create file
19 fclose($fp);
H A Dflock_variation.phpt14 $fp = fopen($file, "w");
52 var_dump(flock($fp, $operation));
56 var_dump(flock($fp, $operation, $wouldblock));
62 fclose($fp);
H A Dglob_variation-win32-mb.phpt25 $fp = fopen("$file_path/glob_variation私はガラスを食べられます/wonder12345", "w");
26 fclose($fp);
27 $fp = fopen("$file_path/glob_variation私はガラスを食べられます/wonder;123456", "w");
28 fclose($fp);
H A Dglob_variation-win32.phpt24 $fp = fopen("$file_path/glob_variation/wonder12345", "w");
25 fclose($fp);
26 $fp = fopen("$file_path/glob_variation/wonder;123456", "w");
27 fclose($fp);
H A Dglob_variation.phpt27 $fp = fopen("$file_path/glob_variation/wonder12345", "w");
28 fclose($fp);
29 $fp = fopen("$file_path/glob_variation/wonder;123456", "w");
30 fclose($fp);
H A Dsymlink_link_linkinfo_is_link_error2.phpt29 $fp = fopen($filename, "w"); // create temp file
30 fclose($fp);
H A Dsymlink_link_linkinfo_is_link_variation9.phpt38 $fp = fopen($filename, "w");
39 fclose($fp);
H A Dreadlink_realpath_variation2.phpt24 $fp = fopen($filename, "w");
25 fclose($fp);
/PHP-7.2/ext/curl/tests/
H A Dcurl_multi_segfault.phpt18 $fp = fopen ( __FILE__ , "r" );
/PHP-7.2/ext/standard/tests/array/
H A Darray_slice_variation2.phpt39 $fp = fopen(__FILE__, "r");
92 fclose($fp);
/PHP-7.2/ext/zlib/tests/
H A Dgzopen_variation2.phpt54 $fp = fopen(__FILE__, "r");
107 'resource' => $fp
117 fclose($fp);

Completed in 56 milliseconds

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