Home
last modified time | relevance | path

Searched refs:fopen (Results 1201 – 1225 of 1246) sorted by relevance

1...<<41424344454647484950

/php-src/ext/standard/tests/array/
H A Darray_unshift_variation2.phpt23 $fp = fopen(__FILE__, "r");
/php-src/ext/standard/tests/file/
H A Dfgets_basic.phpt20 $file_handle = fopen($filename, $file_mode);
H A Dfread_variation4.phpt59 $file_handle = fopen($filename, $file_mode);
61 echo "Error: failed to fopen() file: $filename!";
H A Dfgetcsv_variation6.phpt40 $file_handle = fopen($filename, "w");
42 $file_handle = fopen($filename, $file_modes[$mode_counter] );
62 $file_handle = fopen($filename, $file_modes[$mode_counter]);
H A Dfgetc_basic.phpt33 $file_handle = fopen($filename, $file_modes[$innerloop_counter]);
H A Dfread_variation2.phpt62 $file_handle = fopen($filename, $file_mode);
64 echo "Error: failed to fopen() file: $filename!";
H A Dfgets_variation3.phpt25 $file_handle = fopen($filename, $file_mode);
H A Dfgets_variation4-win32-mb.phpt31 $file_handle = fopen($filename, $file_mode);
H A Dfgets_variation4-win32.phpt31 $file_handle = fopen($filename, $file_mode);
H A Dfgets_variation4.phpt31 $file_handle = fopen($filename, $file_mode);
H A Dumask_variation1.phpt30 $fp = fopen($filename, "w");
H A Dreadfile_basic-win32.phpt31 $fp = fopen($file_path."/".$file_prefix."1.tmp", $mode);
H A Dreadfile_basic.phpt31 $fp = fopen($file_path."/".$file_prefix."1.tmp", $mode);
/php-src/Zend/
H A DZend.m4259 fp = fopen("conftest.zend", "w");
/php-src/TSRM/
H A DTSRM.c758 tsrm_error_file = fopen(debug_filename, "w"); in tsrm_error_set()
/php-src/ext/mbstring/tests/
H A Diso2022jp_encoding.phpt19 $fp = fopen(__DIR__ . '/data/JISX0208.txt', 'r+');
H A Dgb18030_2022_encoding.phpt205 $fp = fopen($path, 'r+');
/php-src/Zend/tests/type_declarations/
H A Dscalar_strict_64bit.phpt38 fopen("data:text/plain,foobar", "r")
H A Dscalar_strict.phpt38 fopen("data:text/plain,foobar", "r")
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c311 FILE *fp = fopen(init_file, "r"); in phpdbg_try_file_init()
808 PHPDBG_G(stdin_file) = fopen(buf, "r"); in PHPDBG_COMMAND()
/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_basic.phpt23 $fp = fopen(__FILE__, "r");
H A Dprint_r.phpt227 $file_handle = fopen(__FILE__, "r");
H A Dprint_r_64bit.phpt231 $file_handle = fopen(__FILE__, "r");
H A Dvar_dump.phpt226 $file_handle = fopen(__FILE__, "r");
H A Dvar_dump_64bit.phpt226 $file_handle = fopen(__FILE__, "r");

Completed in 47 milliseconds

1...<<41424344454647484950