Home
last modified time | relevance | path

Searched refs:fopen (Results 226 – 250 of 1246) sorted by relevance

12345678910>>...50

/php-src/ext/standard/tests/file/
H A Dreadlink_realpath_basic2-win32.phpt15 $file_handle1 = fopen("$file_path/readlink_realpath_basic2/home/test/readlink_realpath_basic2.tmp",…
16 $file_handle2 = fopen("$file_path/readlink_realpath_basic2/home/readlink_realpath_basic2.tmp", "w");
17 $file_handle3 = fopen("$file_path/readlink_realpath_basic2/readlink_realpath_basic2.tmp", "w");
H A Drealpath_basic-win32.phpt17 $file_handle1 = fopen("$file_path/realpath_basic/home/test/realpath_basic.tmp", "w");
18 $file_handle2 = fopen("$file_path/realpath_basic/home/realpath_basic.tmp", "w");
19 $file_handle3 = fopen("$file_path/realpath_basic/realpath_basic.tmp", "w");
H A Dfgetcsv_variation23.phpt12 $fp = fopen ($filename, "w");
14 $fp = fopen ($filename, "r");
H A Dlstat_stat_variation7.phpt11 $fp = fopen($file_name, "w"); // temp file
16 $fh = fopen($file_name,"w");
H A Dphp_fd_wrapper_01.phpt5 $f = fopen("php://fd/1", "wb");
H A Dphp_fd_wrapper_02.phpt5 $f = fopen("php://fd/1", "rkkk");
H A Drealpath_basic-win32-mb.phpt17 $file_handle1 = fopen("$file_path/realpath_私はガラスを食べられますbasic/home/test/realpath_私はガラスを食べられますbasic.t…
18 $file_handle2 = fopen("$file_path/realpath_私はガラスを食べられますbasic/home/realpath_私はガラスを食べられますbasic.tmp", …
19 $file_handle3 = fopen("$file_path/realpath_私はガラスを食べられますbasic/realpath_私はガラスを食べられますbasic.tmp", "w");
H A Dflock.phpt8 $fp = fopen($file, "w");
17 $fp = fopen($file, "w");
H A Duserstreams_004.phpt30 $fd = fopen("test://foo","r");
31 $fd2 = fopen("test2://foo","r");
/php-src/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation4.phpt8 $fp = fopen('File://' . $filename, 'w+');
20 $fp = fopen($relative_filename, 'r');
H A Dstream_is_local.phpt11 var_dump(stream_is_local(fopen(__FILE__, 'r')));
H A Dbug78326_1.phpt5 $f = fopen('php://memory', 'rw');
/php-src/Zend/tests/
H A Dbug38779_1.phpt32 $fp = fopen ('Loader://qqq.php', 'r');
35 $fp1 = fopen($filename, "w");
H A Dhalt02.phpt6 $fp = fopen(__FILE__, "r");
H A Dgc_034.phpt6 $a = array(fopen(__FILE__, 'r'));
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_big5_2.phpt2 Test fopen() for write big5 to UTF-8 path
30 $f = fopen($fn, 'w');
H A Dtest_cp1251_zend_multibyte_2.phpt2 Test fopen() for write CP1251 with zend.multibyte
32 $f = fopen($fn, 'w');
H A Dtest_cp1252_to_utf8_2.phpt2 Test fopen() for write cp1252 to UTF-8 path
27 $f = fopen($fn, 'w');
H A Dtest_cp1252_to_utf8_5.phpt2 Test fopen() for write cp1252 to UTF-8 path
27 $f = fopen($fn, 'w');
H A Dtest_cp1254_2.phpt2 Test fopen() for write cp1254 path
30 $f = fopen($fn, 'w');
H A Dtest_cp932_to_utf8_2.phpt2 Test fopen() for write cp932 to UTF-8 path
27 $f = fopen($fn, 'w');
H A Dtest_cp936_2.phpt2 Test fopen() for write cp936 path
30 $f = fopen($fn, 'w');
/php-src/sapi/cli/tests/
H A D022.inc6 $fd = fopen("php://stdin","r");
/php-src/ext/gd/libgd/
H A Dgddemo.c38 in = fopen ("demoin.png", "rb"); in main()
108 out = fopen ("demoout.png", "wb"); in main()
/php-src/ext/standard/tests/general_functions/
H A Dis_resource.phpt5 $f = fopen(__FILE__, 'r');

Completed in 74 milliseconds

12345678910>>...50