Home
last modified time | relevance | path

Searched refs:fp (Results 751 – 775 of 921) sorted by relevance

1...<<31323334353637

/PHP-5.6/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.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.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 Dreadlink_realpath_variation2.phpt24 $fp = fopen($filename, "w");
25 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);
/PHP-5.6/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-5.6/ext/curl/tests/
H A Dcurl_multi_segfault.phpt18 $fp = fopen ( __FILE__ , "r" );
/PHP-5.6/ext/standard/tests/strings/
H A Dget_html_translation_table_variation2.phpt26 $fp = fopen(__FILE__, "r");
60 $fp,
H A Dget_html_translation_table_variation1.phpt23 $fp = fopen(__FILE__, "r");
57 $fp,
99 fclose($fp);
H A Dstr_split_variation2.phpt36 $fp = fopen(__FILE__, 'r');
83 $fp
93 fclose($fp);
/PHP-5.6/ext/xml/tests/
H A Dxml_parse_into_struct_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_character_data_handler_variation1.phpt36 $fp = fopen(__FILE__, "r");
83 $fp,
99 fclose($fp);
H A Dxml_set_default_handler_variation1.phpt36 $fp = fopen(__FILE__, "r");
83 $fp,
99 fclose($fp);
H A Dxml_set_element_handler_variation1.phpt36 $fp = fopen(__FILE__, "r");
83 $fp,
99 fclose($fp);
H A Dxml_set_end_namespace_decl_handler_variation1.phpt36 $fp = fopen(__FILE__, "r");
83 $fp,
99 fclose($fp);
H A Dxml_set_external_entity_ref_handler_variation1.phpt36 $fp = fopen(__FILE__, "r");
83 $fp,
99 fclose($fp);
H A Dxml_set_notation_decl_handler_variation1.phpt36 $fp = fopen(__FILE__, "r");
83 $fp,
99 fclose($fp);
H A Dxml_set_object_variation1.phpt32 $fp = fopen(__FILE__, "r");
79 $fp,
95 fclose($fp);

Completed in 39 milliseconds

1...<<31323334353637