Home
last modified time | relevance | path

Searched refs:fopen (Results 101 – 125 of 1246) sorted by relevance

12345678910>>...50

/php-src/ext/gd/libgd/
H A Dgd2topng.c20 in = fopen (argv[1], "rb"); in main()
33 out = fopen (argv[2], "wb"); in main()
H A Dpngtogd2.c25 in = fopen (argv[1], "rb"); in main()
38 out = fopen (argv[2], "wb"); in main()
/php-src/ext/phar/tests/
H A Dopen_for_write_existing_b.phpt2 Phar: fopen a .phar for writing (existing file)
20 var_dump(fopen($pname . '/b/c.php', 'wb'));
26 Warning: fopen(phar://%sopen_for_write_existing_b.phar.php/b/c.php): Failed to open stream: phar er…
H A Dopen_for_write_existing_c.phpt2 Phar: fopen a .phar for writing (existing file)
20 var_dump(fopen($pname . '/b/c.php', 'wb'));
26 Warning: fopen(phar://%sopen_for_write_existing_c.phar.php/b/c.php): Failed to open stream: phar er…
/php-src/ext/standard/tests/dir/
H A Drewinddir_variation3.phpt11 echo "\n-- Open a file using fopen --\n";
12 var_dump($fp = fopen(__FILE__, 'r'));
33 -- Open a file using fopen --
/php-src/ext/standard/tests/filters/
H A Dbug22538.phpt18 $fp = fopen($path1, "w") or die("Cannot open $path1\n");
27 $fin = fopen($path1, "r") or die("Cannot open $path1\n");
28 $fout = fopen($path2, "w") or die("Cannot open $path2\n");
/php-src/ext/standard/tests/file/
H A Dbug49047.phpt2 Test fopen() function : variation: interesting paths, no use include path
5 // fopen with interesting windows paths.
H A Dbug41815.phpt9 $writer = fopen($filename, "wt");
10 $reader = fopen($filename, "r");
H A Dbug69100.phpt10 $fr = fopen($fileIn, 'rb');
11 $fw = fopen($fileOut, 'w');
H A Dbug65272.phpt8 $fp1 = fopen($file, "w");
11 $fp2 = fopen($file, "r");
H A Dlstat_stat_variation13.phpt9 /* use stat on file created using "w" and "r" mode of fopen */
18 $file_handle = fopen($filename, "w"); // create file
25 $file_handle = fopen($filename, "r"); // read file
H A Dphp_fd_wrapper_04.phpt10 fopen("php://fd/1023", "w");
15 Warning: fopen(php://fd/1023): Failed to open stream: Error duping file descriptor 1023; possibly i…
H A Dbug68532.phpt6 $stream = fopen('php://memory','r+');
13 $fileStream = fopen(__DIR__ . '/base64test.txt','w+');
/php-src/tests/basic/
H A Denable_post_data_reading_05.phpt13 $f1 = fopen("php://input", "r");
14 $f2 = fopen("php://input", "r");
/php-src/ext/zlib/tests/
H A Dcompress_zlib_wrapper.phpt12 $fp = fopen("compress.zlib://{$pfx}ext/xsl/tests/xslt.xsl.gz", "rb");
16 $fp = fopen("compress.zlib://". __DIR__. "/../../../ext/xsl/tests/xslt.xsl.gz", "rb");
H A Dzlib_scheme_fopen_basic.phpt2 Test compress.zlib:// scheme with the fopen
9 $h = fopen($srcFile, 'r');
/php-src/ext/standard/tests/streams/
H A Dbug60455_03.phpt31 $f = fopen("test://nonempty2nd", "r");
36 $f = fopen("test://", "r");
41 $f = fopen("test://eofafter2nd", "r");
H A Dbug78506.phpt17 $source_resource = fopen('php://memory', 'rb+');
23 var_dump(stream_copy_to_stream($source_resource, fopen('php://memory', 'wb')));
H A Dbug78902.phpt10 $fp = fopen($tmp_file_name, 'w+');
19 $fp = fopen($tmp_file_name, 'r');
/php-src/Zend/tests/
H A Dgh11735_2.phpt13 var_dump(fopen('foo://bar', 'r'));
16 Warning: fopen(foo://bar): Failed to open stream: "FooWrapper::stream_open" call failed in %s on li…
/php-src/ext/phar/tests/tar/
H A Dopen_for_write_existing_b.phpt2 Phar: fopen a .phar for writing (existing file) tar-based
30 var_dump(fopen($alias . '/b/c.php', 'wb'));
39 Warning: fopen(phar://%sopen_for_write_existing_b.phar.tar/b/c.php): Failed to open stream: phar er…
H A Dopen_for_write_existing_c.phpt2 Phar: fopen a .phar for writing (existing file) tar-based
30 var_dump(fopen($alias . '/b/c.php', 'wb'));
39 Warning: fopen(phar://%sopen_for_write_existing_c.phar.tar/b/c.php): Failed to open stream: phar er…
/php-src/ext/phar/tests/zip/
H A Dopen_for_write_existing_b.phpt2 Phar: fopen a .phar for writing (existing file) zip-based
30 var_dump(fopen($alias . '/b/c.php', 'wb'));
36 Warning: fopen(phar://%sopen_for_write_existing_b.phar.zip/b/c.php): Failed to open stream: phar er…
H A Dopen_for_write_existing_c.phpt2 Phar: fopen a .phar for writing (existing file) zip-based
30 var_dump(fopen($alias . '/b/c.php', 'wb'));
36 Warning: fopen(phar://%sopen_for_write_existing_c.phar.zip/b/c.php): Failed to open stream: phar er…
/php-src/ext/openssl/tests/
H A Dopenssl_x509_check_private_key_basic.phpt7 $fp = fopen(__DIR__ . "/cert.crt","r");
11 $fp = fopen(__DIR__ . "/private_rsa_1024.key","r");

Completed in 32 milliseconds

12345678910>>...50