Home
last modified time | relevance | path

Searched refs:fopen (Results 151 – 175 of 1246) sorted by relevance

12345678910>>...50

/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_kartuli_utf8_0.phpt2 Test fopen() for reading Kartuli UTF-8 path
27 $f = fopen($fn, 'r');
H A Dtest_big5_0.phpt2 Test fopen() for reading big5 path
30 $f = fopen($fn, 'r');
H A Dtest_big5_to_utf8_0.phpt2 Test fopen() for reading big5 to UTF-8 path
27 $f = fopen($fn, 'r');
H A Dtest_cp1250_to_utf8_0.phpt2 Test fopen() for reading UTF-8 path with cp1250 specific symbols
27 $f = fopen($fn, 'r');
H A Dtest_cp1251_0.phpt2 Test fopen() for reading CP1251 path
30 $f = fopen($fn, 'r');
H A Dtest_cp1251_to_utf8_0.phpt2 Test fopen() for reading CP1251 to UTF-8 path
27 $f = fopen($fn, 'r');
H A Dtest_cp1252_to_utf8_0.phpt2 Test fopen() for reading cp1252 to UTF-8 path
27 $f = fopen($fn, 'r');
H A Dtest_cp1252_to_utf8_3.phpt2 Test fopen() for reading cp1252 to UTF-8 path
27 $f = fopen($fn, 'r');
H A Dtest_cp1253_0.phpt2 Test fopen() for reading cp1253 path
30 $f = fopen($fn, 'r');
H A Dtest_cp1254_0.phpt2 Test fopen() for reading cp1254 path
30 $f = fopen($fn, 'r');
H A Dtest_cp1254_to_utf8_0.phpt2 Test fopen() for reading cp1254 to UTF-8 path
27 $f = fopen($fn, 'r');
H A Dtest_cp1255_0.phpt2 Test fopen() for reading cp1255 path
30 $f = fopen($fn, 'r');
H A Dtest_cp1256_0.phpt2 Test fopen() for reading cp1256 to UTF-8 path
30 $f = fopen($fn, 'r');
H A Dtest_cp936_0.phpt2 Test fopen() for reading cp936 path
30 $f = fopen($fn, 'r');
H A Dtest_cp936_to_utf8_0.phpt2 Test fopen() for reading cp936 to UTF-8 path
27 $f = fopen($fn, 'r');
H A Dtest_eucjp_to_utf8_0.phpt2 Test fopen() for reading eucjp to UTF-8 path
27 $f = fopen($fn, 'r');
H A Dtest_long_path_bug70943.phpt2 Bug #70943 fopen() can't open a file if path is 259 characters long
19 if ($fp = fopen($testFile, "r")) {
/php-src/ext/standard/tests/filters/
H A Dfilter_errors.inc18 $stream = fopen('php://memory', 'wb+');
28 $stream = fopen('php://memory', 'wb+');
/php-src/ext/phar/tests/
H A Dopen_for_write_existing.phpt2 Phar: fopen a .phar for writing (existing file)
20 $fp = fopen($pname . '/b/c.php', 'wb');
H A Dphar_magic.phpt2 Phar: include/fopen magic
13 $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_newfile_b.phpt2 Phar: fopen a .phar for writing (new file)
20 var_dump(fopen($pname . '/b/new.php', 'wb'));
28 Warning: fopen(phar://%sopen_for_write_newfile_b.phar.php/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)
20 var_dump(fopen($pname . '/b/new.php', 'wb'));
28 Warning: fopen(phar://%sopen_for_write_newfile_c.phar.php/b/new.php): Failed to open stream: phar e…
/php-src/ext/standard/tests/http/
H A Dbug79265.phpt2 Bug #79265 (Improper injection of Host header when using fopen for http requests)
26 $fd = fopen($uri, 'rb', false, $context);
/php-src/ext/standard/tests/file/
H A Duserstreams_005.phpt35 $fd = fopen("test://foo","r");
36 $fd2 = fopen("test2://foo","r");
37 $fd3 = fopen("test3://foo","r");
/php-src/ext/curl/tests/
H A Dcurl_write_file.phpt16 $fp = fopen($log_file, 'w+');
20 $testfile_fp = fopen($test_file, 'w+');

Completed in 22 milliseconds

12345678910>>...50