Home
last modified time | relevance | path

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

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

/PHP-5.5/ext/xml/tests/
H A Dxml_get_current_byte_index_variation1.phpt31 $fp = fopen(__FILE__, "r");
78 $fp,
94 fclose($fp);
H A Dxml_get_current_column_number_variation1.phpt32 $fp = fopen(__FILE__, "r");
79 $fp,
95 fclose($fp);
H A Dxml_parser_set_option_variation1.phpt32 $fp = fopen(__FILE__, "r");
79 $fp,
95 fclose($fp);
H A Dxml_set_object_variation2.phpt22 $fp = fopen(__FILE__, "r");
71 $fp,
88 fclose($fp);
H A Dxml_get_current_line_number_variation1.phpt31 $fp = fopen(__FILE__, "r");
78 $fp,
94 fclose($fp);
H A Dxml_get_error_code_variation1.phpt31 $fp = fopen(__FILE__, "r");
78 $fp,
94 fclose($fp);
H A Dxml_parser_free_variation1.phpt31 $fp = fopen(__FILE__, "r");
78 $fp,
94 fclose($fp);
H A Dxml_parser_get_option_variation1.phpt32 $fp = fopen(__FILE__, "r");
79 $fp,
95 fclose($fp);
/PHP-5.5/ext/standard/tests/array/
H A Deach_variation1.phpt35 $fp = fopen(__FILE__, "r");
83 /*25*/ $fp
94 fclose($fp);
H A Darray_diff_uassoc_variation1.phpt29 $fp = fopen(__FILE__, "r");
99 'resource' => $fp,
109 fclose($fp);
H A Darray_diff_ukey_variation3.phpt29 $fp = fopen(__FILE__, "r");
95 'resource' => $fp,
105 fclose($fp);
H A Darray_slice_variation2.phpt39 $fp = fopen(__FILE__, "r");
92 fclose($fp);
H A Dsizeof_variation1.phpt16 $fp = fopen(__FILE__, "r");
51 /* 19 */ $fp
/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_variation2.phpt42 $fp = fopen(__FILE__, "r");
90 /*25*/ $fp
104 fclose($fp);
H A Dopendir_variation7.phpt10 $fp = fopen($filename, 'w');
11 fclose($fp);
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_encrypt_variation4.phpt56 $fp = fopen(__FILE__, "r");
109 'resource' => $fp
119 fclose($fp);
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation1.phpt54 $fp = fopen(__FILE__, "r");
107 'resource' => $fp
117 fclose($fp);
/PHP-5.5/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);
/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_variation4.phpt25 $fp = fopen(__FILE__, "r");
82 fclose($fp);
/PHP-5.5/ext/curl/tests/
H A Dcurl_multi_segfault.phpt18 $fp = fopen ( __FILE__ , "r" );

Completed in 76 milliseconds

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