Home
last modified time | relevance | path

Searched refs:fopen (Results 851 – 875 of 1250) sorted by relevance

1...<<31323334353637383940>>...50

/php-src/ext/xml/tests/
H A Dxml002.phpt63 if (!($fp = @fopen("xmltest.xml", "r"))) {
/php-src/ext/hash/tests/
H A Dhash_hmac_file_basic.phpt11 if (($fp = fopen( $file, "w+")) == FALSE) {
/php-src/ext/standard/tests/file/
H A Dchmod_variation2.phpt21 $fd = fopen($filepath, "w+");
H A Dcopy_variation7.phpt16 $file_handle = fopen($file, "w");
H A Dis_writable_variation1.phpt17 $fp = fopen("$file_path/is_writable_variation1/bar.tmp", "w");
H A Dfile_get_contents_variation7.phpt38 $h = fopen($absFile,"w");
H A Dfile_variation8.phpt38 $h = fopen($absFile,"w");
H A D002.phpt26 $fp = fopen($name, "w");
H A Dfputcsv_variation10.phpt34 $file_handle = fopen($filename, "w");
36 $file_handle = fopen($filename, $file_modes[$mode_counter] );
H A Dfwrite_variation4-win32.phpt34 $file_handle = fopen($filename, $file_mode);
36 echo "Error: failed to fopen() file: $filename!";
H A Dfwrite_variation4.phpt34 $file_handle = fopen($filename, $file_mode);
36 echo "Error: failed to fopen() file: $filename!";
H A Dftruncate_variation1-win32-mb.phpt33 // fopen the file using the $file_modes
34 $file_handle = fopen($filename, $file_modes[$mode_counter]);
38 // fopen the file using the $file_modes
39 $file_handle = fopen($filename, $file_modes[$mode_counter]);
H A Dftruncate_variation1-win32.phpt33 // fopen the file using the $file_modes
34 $file_handle = fopen($filename, $file_modes[$mode_counter]);
38 // fopen the file using the $file_modes
39 $file_handle = fopen($filename, $file_modes[$mode_counter]);
H A Dftruncate_variation1.phpt33 // fopen the file using the $file_modes
34 $file_handle = fopen($filename, $file_modes[$mode_counter]);
38 // fopen the file using the $file_modes
39 $file_handle = fopen($filename, $file_modes[$mode_counter]);
H A Dftruncate_variation7-win32.phpt34 // fopen the file using the $file_modes
35 $file_handle = fopen($filename, $file_modes[$mode_counter]);
39 // fopen the file using the $file_modes
40 $file_handle = fopen($filename, $file_modes[$mode_counter]);
H A Dftruncate_variation7.phpt34 // fopen the file using the $file_modes
35 $file_handle = fopen($filename, $file_modes[$mode_counter]);
39 // fopen the file using the $file_modes
40 $file_handle = fopen($filename, $file_modes[$mode_counter]);
H A Dparse_ini_file_variation6-win32-mb.phpt47 $h = fopen($absFile,"w");
H A Dparse_ini_file_variation6-win32.phpt47 $h = fopen($absFile,"w");
H A Dreadfile_variation8-win32.phpt24 $h = fopen($absFile,"w");
H A Drealpath_variation-win32-mb.phpt20 $file_handle = fopen($filename, "w");
/php-src/ext/standard/tests/dir/
H A Dscandir_variation8.phpt49 var_dump( $$handle = fopen(@"$dir_path$input.tmp", 'w') );
/php-src/ext/soap/tests/schema/
H A Dtest_schema.inc54 $f = fopen($fname,"w");
/php-src/ext/standard/tests/array/
H A Darray_key_exists_variation1.phpt32 $fp = fopen(__FILE__, "r");
H A Darray_shift_variation2.phpt30 $fp = fopen(__FILE__, "r");
/php-src/ext/curl/tests/
H A Dbug48203_multi.phpt9 $fp = fopen(__DIR__ . '/bug48203.tmp', 'w');

Completed in 34 milliseconds

1...<<31323334353637383940>>...50