Home
last modified time | relevance | path

Searched refs:fopen (Results 1026 – 1050 of 1250) sorted by relevance

1...<<41424344454647484950

/php-src/ext/standard/tests/file/
H A Dftruncate_variation6.phpt35 // fopen the file using the $file_modes
36 $file_handle = fopen($filename, $file_modes[$mode_counter]);
40 // fopen the file using the $file_modes
41 $file_handle = fopen($filename, $file_modes[$mode_counter]);
H A Dreadlink_realpath_variation2.phpt17 $fp = fopen($filename, "w");
H A Dreadlink_realpath_variation2-win32.phpt20 $fp = fopen($filename, "w");
H A Dfscanf_variation14.phpt14 $file_handle = fopen($filename, "w");
85 $file_handle = fopen($filename, "r");
H A Dfseek_ftell_rewind_variation1.phpt30 $file_handle = fopen($filename, $file_mode);
32 echo "Error: failed to fopen() file: $filename!";
H A Dfseek_ftell_rewind_variation2-win32.phpt33 $file_handle = fopen($filename, $file_mode);
35 echo "Error: failed to fopen() file: $filename!";
H A Dfseek_ftell_rewind_variation2.phpt33 $file_handle = fopen($filename, $file_mode);
35 echo "Error: failed to fopen() file: $filename!";
H A Dfwrite_variation1-win32-mb.phpt36 $file_handle = fopen($filename, $file_mode);
38 echo "Error: failed to fopen() file: $filename!";
H A Dfwrite_variation1.phpt29 $file_handle = fopen($filename, $file_mode);
31 echo "Error: failed to fopen() file: $filename!";
H A Dfgetcsv_variation18.phpt39 $file_handle = fopen($filename, "w");
41 $file_handle = fopen($filename, $file_modes[$mode_counter] );
60 $file_handle = fopen($filename, $file_modes[$mode_counter]);
H A Dftruncate_variation4.phpt27 // fopen the file using the $file_modes
28 $file_handle = fopen($filename, $file_modes[$mode_counter]);
32 // fopen the file using the $file_modes
33 $file_handle = fopen($filename, $file_modes[$mode_counter]);
H A Dcopy_variation16.phpt24 $file_handle = fopen($src_file_name, "w");
/php-src/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc145 $this->tmp = fopen($this->path, 'wb');
H A Dmake.dangerous.tar.php.inc138 $this->tmp = fopen($this->path, 'wb');
/php-src/Zend/tests/
H A Dempty_str_offset.phpt60 $f = fopen(__FILE__, 'r');
/php-src/ext/standard/tests/general_functions/
H A Dis_bool.phpt24 $fp = fopen (__FILE__, "r");
/php-src/ext/standard/tests/strings/
H A Dvprintf_variation2.phpt28 $file_handle = fopen(__FILE__, 'r');
/php-src/ext/standard/tests/array/
H A Darray_merge_recursive_variation2.phpt33 $fp = fopen(__FILE__, "r");
H A Darray_merge_variation2.phpt32 $fp = fopen(__FILE__, "r");
H A Darray_diff_assoc_variation2.phpt31 $fp = fopen(__FILE__, "r");
H A Darray_diff_variation2.phpt31 $fp = fopen(__FILE__, "r");
H A Dend_64bit.phpt95 $file_handle = fopen(__FILE__, "r");
/php-src/sapi/cli/tests/
H A Dphp_cli_server.inc33 $output_file_fd = fopen($output_file, 'ab');
/php-src/ext/opcache/
H A Dshared_alloc_mmap.c62 f = fopen("/proc/self/maps", "r"); in find_prefered_mmap_base()
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_fromFile_LIBXML_HTML_NOIMPLIED.phpt14 $temp = fopen(__DIR__."/DOM_HTMLDocument_loadHTML_LIBXML_HTML_NOIMPLIED_input.tmp", "w");

Completed in 45 milliseconds

1...<<41424344454647484950