Home
last modified time | relevance | path

Searched refs:fopen (Results 926 – 950 of 1249) sorted by relevance

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

/php-src/ext/standard/tests/file/
H A Dftruncate_variation5.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 Dcopy_variation3-win32.phpt19 $file_handle = fopen($src_file_name, "w");
H A Dcopy_variation3.phpt19 $file_handle = fopen($src_file_name, "w");
H A Dcopy_variation5-win32.phpt17 $file_handle = fopen($src_file_name, "w");
H A Dsymlink_link_linkinfo_is_link_basic1.phpt25 $filename = fopen($filename, "w");
H A D001-win32-mb.phpt23 fclose (fopen($fname, 'w'));
H A Dfile_get_contents_variation9.phpt19 $h = fopen($filename,"w");
H A Dfile_variation6.phpt7 $fd = fopen($filepath, "w+");
H A Dlstat_stat_variation18.phpt13 $fp = fopen("$file_path/lstat_stat_variation18.tmp", "w"); // temp file
/php-src/tests/strings/
H A D002.phpt6 $fp = fopen("php://stdout", "w") or die("Bug!!");
/php-src/ext/phar/tests/
H A D022.phpt22 $fp = fopen('phar://hio/a', 'r');
/php-src/ext/standard/tests/array/
H A Darray_combine_variation4.phpt17 $fp = fopen(__FILE__, "r");
H A Darray_diff_variation8.phpt18 $fp = fopen(__FILE__, "r");
H A Dsizeof_variation2.phpt8 $fp = fopen(__FILE__, "r");
/php-src/ext/standard/tests/math/
H A Dabs_variation.phpt29 $fp = fopen(__FILE__, "r");
H A Dbindec_variation1.phpt18 $fp = fopen(__FILE__, "r");
H A Dbindec_variation1_64bit.phpt18 $fp = fopen(__FILE__, "r");
H A Dceil_variation1.phpt24 $fp = fopen(__FILE__, "r");
H A Dfloor_variation1.phpt24 $fp = fopen(__FILE__, "r");
H A Dround_variation1.phpt25 $fp = fopen(__FILE__, "r");
/php-src/ext/standard/tests/dir/
H A Dreaddir_variation4-win32-mb.phpt55 var_dump( $$handle = @fopen($dir_path . "私はガラスを食べられます$input.tmp", 'w') );
/php-src/ext/standard/tests/file/windows_links/
H A Dreadlink_compat.phpt54 $fh = fopen($filename, 'w');
/php-src/ext/standard/tests/general_functions/
H A Dis_array.phpt35 $fp = fopen (__FILE__, "r");
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation54.phpt7 $values = [null, false, true, 2, 3.5, "foo", [], [1], fopen(__FILE__, "r"), new stdClass];
/php-src/ext/hash/tests/
H A Dhash_file_basic1.phpt10 if (($fp = fopen( $file, "w+")) == FALSE) {

Completed in 34 milliseconds

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