Home
last modified time | relevance | path

Searched refs:fopen (Results 1126 – 1150 of 1250) sorted by relevance

1...<<41424344454647484950

/php-src/ext/standard/tests/file/
H A Dlstat_stat_basic.phpt30 $file_handle = fopen($filename, "w");
H A Dfflush_variation2.phpt32 $file_handle = fopen($file_name, "w");
45 $file_handle = fopen($symlink_name, $mode);
H A Dfscanf_variation51.phpt14 $file_handle = fopen($filename, "w");
38 $file_handle = fopen($filename, $mode);
H A Dfscanf_variation55.phpt23 $file_handle = fopen($filename, "w");
61 $file_handle = fopen($filename, $mode);
H A Dfgetcsv_variation8.phpt40 $file_handle = fopen($filename, "w");
42 $file_handle = fopen($filename, $file_modes[$mode_counter] );
63 $file_handle = fopen($filename, $file_modes[$mode_counter]);
H A Dfgetcsv_variation9.phpt44 $file_handle = fopen($filename, "w");
46 $file_handle = fopen($filename, $file_modes[$mode_counter] );
66 $file_handle = fopen($filename, $file_modes[$mode_counter]);
H A Dcopy_variation2-win32-mb.phpt17 $file_handle = fopen($src_file_name, "w");
H A Dcopy_variation2-win32.phpt17 $file_handle = fopen($src_file_name, "w");
H A Dtouch_variation5.phpt115 $h = @fopen($path,"w");
H A Dtouch_variation5-win32.phpt116 $h = @fopen($path,"w");
H A Dfputcsv_variation1.phpt40 $file_handle = fopen($filename, "w");
42 $file_handle = fopen($filename, $file_modes[$mode_counter] );
H A Dfputcsv_variation11.phpt40 $file_handle = fopen($filename, "w");
42 $file_handle = fopen($filename, $file_modes[$mode_counter] );
H A Dfputcsv_variation12.phpt41 $file_handle = fopen($filename, "w");
43 $file_handle = fopen($filename, $file_modes[$mode_counter] );
H A Dfputcsv_variation5.phpt40 $file_handle = fopen($filename, "w");
42 $file_handle = fopen($filename, $file_modes[$mode_counter] );
H A Dfputcsv_variation6.phpt43 $file_handle = fopen($filename, "w");
45 $file_handle = fopen($filename, $file_modes[$mode_counter] );
/php-src/ext/spl/tests/
H A Dfixedarray_003.phpt6 $r = fopen('php://memory', 'r+');
/php-src/ext/standard/tests/array/
H A Darray_pad_variation3.phpt35 $fp = fopen(__FILE__, "r");
H A Darray_intersect_variation2.phpt37 $fp = fopen(__FILE__, "r");
H A Darray_intersect_assoc_variation2.phpt37 $fp = fopen(__FILE__, "r");
/php-src/ext/session/tests/user_session_module/
H A Dsave_handler.inc79 if ($fp = fopen($session_file, "w")) {
/php-src/Zend/
H A Dzend_virtual_cwd.h316 #define VCWD_FOPEN(path, mode) fopen(path, mode)
H A Dzend_vm_gen.php1054 $out = fopen('php://memory', 'w+');
1508 …$l = fopen(__DIR__ . "/zend_vm_handlers.h", "w+") or die("ERROR: Cannot create zend_vm_handlers.h\…
1655 $f = fopen($fn, "r");
2661 …$f = fopen(__DIR__ . "/zend_vm_opcodes.c", "w+") or die("ERROR: Cannot create zend_vm_opcodes.c\n"…
2710 …$f = fopen(__DIR__ . "/zend_vm_execute.h", "w+") or die("ERROR: Cannot create zend_vm_execute.h\n"…
/php-src/ext/mbstring/tests/
H A Diso2022jp_2004_encoding.phpt17 $fp = fopen(__DIR__ . '/data/JISX0208.txt', 'r+');
47 $fp = fopen(__DIR__ . '/data/ISO-2022-JP-2004-JISX0213.txt', 'r+');
/php-src/ext/phar/tests/
H A Dphar_createdefaultstub.phpt150 $fp = fopen(__FILE__, 'rb');
444 $fp = fopen(__FILE__, 'rb');
746 $fp = fopen(__FILE__, 'rb');
H A Dphar_setdefaultstub.phpt170 $fp = fopen(__FILE__, 'rb');
465 $fp = fopen(__FILE__, 'rb');
760 $fp = fopen(__FILE__, 'rb');

Completed in 58 milliseconds

1...<<41424344454647484950