Home
last modified time | relevance | path

Searched refs:fopen (Results 226 – 250 of 1248) sorted by path

12345678910>>...50

/php-src/ext/pdo_pgsql/tests/
H A Dbug46274_2.phpt29 $blob = fopen('php://memory', 'a');
41 $blob = fopen('php://memory', 'a');
H A Dbug70861.phpt34 $f = fopen("hello://there", "r");
/php-src/ext/pdo_sqlite/tests/
H A Dbug70862.phpt25 $f = fopen("hello://there", "r");
/php-src/ext/phar/
H A Dfunc_interceptors.c896 PHAR_INTERCEPT(fopen); in phar_intercept_functions_init()
933 PHAR_RELEASE(fopen); in phar_intercept_functions_shutdown()
H A Dshortarc.php115 $fp = fopen(__FILE__, 'rb');
/php-src/ext/phar/tests/
H A D021.phpt25 $fp = fopen('phar://hio/a', 'r');
H A D022.phpt22 $fp = fopen('phar://hio/a', 'r');
H A Dbug70091.phpt13 $stream = fopen(__DIR__ . '/bug70091.zip', 'r');
H A Dbug81726.phpt8 var_dump(fopen("phar://" . __DIR__ . "/bug81726.gz", "r"));
11 Warning: fopen(phar://%s): Failed to open stream: unable to decompress gzipped phar archive "%s" in…
H A Dcached_manifest_1.phpt23 string(131) "<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a);fc…
H A Dfopen.phpt2 Phar: test fopen() interception
11 $a = fopen(__FILE__, 'rb'); // this satisfies 1 line of code coverage
17 $a = fopen("dir/file1.txt", "r");
20 $a = fopen("file1.txt", "r", true);
23 $a = fopen("notfound.txt", "r", true);
38 Warning: fopen(notfound.txt): Failed to open stream: No such file or directory in phar://%sfopen.ph…
/php-src/ext/phar/tests/cache_list/
H A Dcopyonwrite10.phar.phpt16 $a = fopen("phar://" . __FILE__ . "/test.txt", "r");
/php-src/ext/phar/tests/cache_list/files/
H A Dnophar.phar115 $fp = fopen(__FILE__, 'rb');
294 <?php echo "web\n";<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents(…
H A Dnophar.phar.inc7 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a…
H A Dopenssl.phar115 $fp = fopen(__FILE__, 'rb');
294 <?php echo "web\n";<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents(…
H A Dwrite10.phar5 $a = fopen("phar://" . __FILE__ . "/test.txt", "r");
H A Dwrite10.phar.inc11 $a = fopen("phar://" . __FILE__ . "/test.txt", "r");
H A Dwrite24.phar4 $fp = fopen("phar://" . __FILE__ . "/newname", "w");
H A Dwrite24.phar.inc10 $fp = fopen("phar://" . __FILE__ . "/newname", "w");
/php-src/ext/phar/tests/files/
H A Dinclude_path2.phar115 $fp = fopen(__FILE__, 'rb');
H A Dnophar.phar115 $fp = fopen(__FILE__, 'rb');
294 <?php echo "web\n";<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents(…
H A Dnophar.phar.inc7 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a…
H A Dopenssl.phar115 $fp = fopen(__FILE__, 'rb');
294 <?php echo "web\n";<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents(…
H A Dopenssl256.phar115 $fp = fopen(__FILE__, 'rb');
294 <?php echo "web\n";<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents(…
H A Dopenssl512.phar115 $fp = fopen(__FILE__, 'rb');
294 <?php echo "web\n";<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents(…

Completed in 39 milliseconds

12345678910>>...50