Home
last modified time | relevance | path

Searched refs:fopen (Results 176 – 200 of 1248) sorted by relevance

12345678910>>...50

/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_3.phpt2 Test fopen() for reading UTF-8 path with cp1250 specific symbols
27 $f = fopen($fn, 'r');
H A Dtest_cp1251_zend_multibyte_0.phpt2 Test fopen() for reading CP1251 with zend.multibyte
32 $f = fopen($fn, 'r');
H A Dtest_cp932_0.phpt2 Test fopen() for reading cp932 path
30 $f = fopen($fn, 'r');
H A Dtest_cp932_to_utf8_0.phpt2 Test fopen() for reading cp932 to UTF-8 path
27 $f = fopen($fn, 'r');
/php-src/ext/phar/tests/zip/
H A Dopen_for_write_newfile_c.phpt2 Phar: fopen a .phar for writing (new file) zip-based
30 var_dump(fopen($alias . '/b/new.php', 'wb'));
39 Warning: fopen(phar://%sopen_for_write_newfile_c.phar.zip/b/new.php): Failed to open stream: phar e…
H A Dopen_for_write_newfile_b.phpt2 Phar: fopen a .phar for writing (new file) zip-based
30 var_dump(fopen($alias . '/b/new.php', 'wb'));
39 Warning: fopen(phar://%sopen_for_write_newfile_b.phar.zip/b/new.php): Failed to open stream: phar e…
H A Dopen_for_write_existing.phpt2 Phar: fopen a .phar for writing (existing file) zip-based
28 $fp = fopen($alias . '/b/c.php', 'wb');
/php-src/ext/phar/tests/tar/
H A Dopen_for_write_newfile_b.phpt2 Phar: fopen a .phar for writing (new file) tar-based
30 var_dump(fopen($alias . '/b/new.php', 'wb'));
40 Warning: fopen(phar://%sopen_for_write_newfile_b.phar.tar/b/new.php): Failed to open stream: phar e…
H A Dopen_for_write_newfile_c.phpt2 Phar: fopen a .phar for writing (new file) tar-based
30 var_dump(fopen($alias . '/b/new.php', 'wb'));
39 Warning: fopen(phar://%sopen_for_write_newfile_c.phar.tar/b/new.php): Failed to open stream: phar e…
H A Dphar_magic.phpt2 Phar: include/fopen magic tar-based
14 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("a", "r", true);echo stream_get_contents($a);fclose…
H A Dopen_for_write_existing.phpt2 Phar: fopen a .phar for writing (existing file) tar-based
29 $fp = fopen($alias . '/b/c.php', 'wb');
H A Dtar_001.phpt14 $tar = fopen('phar://' . __DIR__ . '/tar_001.phar.tar/tar_001.phpt', 'rb');
27 Warning: fopen(phar://%star_001.phar.tar/tar_001.phpt): Failed to open stream: phar error: "%star_0…
/php-src/ext/standard/tests/file/
H A Dfdatasync.phpt17 $file_handle = fopen($filename, "w");
36 $file_handle = fopen("php://stdin", "w");
41 $file_handle = fopen("php://memory", "w");
H A Dfscanf_error.phpt9 $file_handle = fopen($filename, 'w');
23 $file_handle = fopen($filename, 'r');
39 $file_handle = fopen($filename, 'r');
H A Dfsync.phpt17 $file_handle = fopen($filename, "w");
36 $file_handle = fopen("php://stdin", "w");
41 $file_handle = fopen("php://memory", "w");
H A Dbug81145.phpt30 $fp = fopen($src, "ab");
37 $f1 = fopen($src,'rb') or die("src open failed");
38 $f2 = fopen($dst,'rb') or die("dst open failed");
H A Dstream_copy_to_stream_interleaved.phpt10 $src = fopen($initial_file, 'r');
12 $dest = fopen($new_file, 'w');
H A Dinclude_userstream_003.phpt17 $this->stream = fopen("test1://".substr($path, 8), $mode);
112 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in …
114 Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %s on l…
119 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in …
121 Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %s on l…
H A Dreadlink_realpath_basic2.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_basic3.phpt11 $file_handle1 = fopen("$file_path/realpath_basic3/home/test/realpath_basic3.tmp", "w");
12 $file_handle2 = fopen("$file_path/realpath_basic3/home/realpath_basic3.tmp", "w");
13 $file_handle3 = fopen("$file_path/realpath_basic3/realpath_basic3.tmp", "w");
/php-src/ext/zlib/tests/
H A Dbug_40189.phpt12 $gp = fopen(__DIR__ . '/test.other', 'wb');
13 $fp = fopen('data://text/plain;base64,AwCFRi98wqppK23l2/7kIY8AlyEdAgAAAEdCTUI=', 'r');
/php-src/ext/phar/tests/
H A Dopen_for_write_newfile.phpt2 Phar: fopen a .phar for writing (new file)
20 $fp = fopen($pname . '/b/new.php', 'wb');
/php-src/ext/zend_test/tests/
H A Dgh10370_3.phpt19 $input = fopen(__DIR__ . DIRECTORY_SEPARATOR . 'gh10370.tar', 'r');
20 $output = fopen(__DIR__ . DIRECTORY_SEPARATOR . 'gh10370_003' . DIRECTORY_SEPARATOR . 'testfile', '…
H A Dgh10370_4.phpt18 $input = fopen(__DIR__ . DIRECTORY_SEPARATOR . 'gh10370.tar', 'r');
19 $output = fopen(__DIR__ . DIRECTORY_SEPARATOR . 'gh10370_004_out.tar', 'w');
/php-src/ext/xml/tests/
H A Dxml004.phpt12 $fp = fopen("xmltest.xml", "r");
20 $fp = fopen("xmltest.xml", "r");

Completed in 37 milliseconds

12345678910>>...50