Home
last modified time | relevance | path

Searched refs:bzopen (Results 1 – 17 of 17) sorted by relevance

/php-src/ext/bz2/tests/
H A D001.phpt2 bzopen() and invalid parameters
9 var_dump(bzopen("", "r"));
15 var_dump(bzopen("", "w"));
21 var_dump(bzopen("no_such_file", ""));
27 var_dump(bzopen("no_such_file", "x"));
33 var_dump(bzopen("no_such_file", "rw"));
38 var_dump(bzopen("no_such_file", "r"));
41 var_dump(bzopen($fp, "r"));
45 bzopen(): Argument #1 ($file) cannot be empty
46 bzopen(): Argument #1 ($file) cannot be empty
[all …]
H A D002.phpt11 var_dump(bzopen($fp, "w"));
14 var_dump(bzopen($fp, "r"));
18 var_dump(bzopen($fp, "w"));
22 var_dump(bzopen($fp, "r"));
25 var_dump(bzopen($fp, "r"));
28 var_dump(bzopen($fp, "w"));
45 var_dump(bzopen($fp, "w"));
48 var_dump(bzopen($fp, "r"));
51 var_dump(bzopen($fp, "w"));
54 var_dump(bzopen($fp, "r"));
[all …]
H A Dbzopen_string_filename_with_null_bytes.phpt2 bzopen(): throw TypeError if filename contains null bytes
9 bzopen("file\0", "w");
15 bzopen("file\0", "r");
22 bzopen(): Argument #1 ($file) must not contain null bytes
23 bzopen(): Argument #1 ($file) must not contain null bytes
H A Dbug72613.phpt7 $fp = bzopen(__DIR__.'/72613.bz2', 'r');
9 exit("ERROR: bzopen()");
H A Dwith_files.phpt12 $bz = bzopen($filename, "w");
16 $bz = bzopen($filename, "r");
H A Dbug51997.phpt12 $bz = bzopen($filename, "w");
16 $bz = bzopen($filename, "r");
H A D004.phpt8 $fd = bzopen(__DIR__."/004_1.txt.bz2","r");
13 $fd2 = bzopen(__DIR__."/004_2.txt.bz2","r");
H A D003-mb.phpt8 $fd = bzopen(__DIR__."/003私はガラスを食べられます.txt.bz2","r");
H A D003.phpt8 $fd = bzopen(__DIR__."/003.txt.bz2","r");
/php-src/ext/bz2/
H A Dbz2_arginfo.h49 ZEND_FUNCTION(bzopen);
61 ZEND_FE(bzopen, arginfo_bzopen)
H A Dbz2.stub.php9 function bzopen($file, string $mode) {} function
H A Dbz2.c332 PHP_FUNCTION(bzopen) in PHP_FUNCTION() argument
/php-src/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc22 if ($compress === 'bz2' && !function_exists('bzopen')) {
134 $this->tmp = bzopen($this->path, 'w');
H A Dcorrupt_tarmaker.php.inc22 if ($compress === 'bz2' && !function_exists('bzopen')) {
142 $this->tmp = bzopen($this->path, 'w');
H A Dmake.dangerous.tar.php.inc23 if ($compress === 'bz2' && !function_exists('bzopen')) {
135 $this->tmp = bzopen($this->path, 'w');
/php-src/ext/phar/tests/files/
H A Dphar_test.inc71 $fp = bzopen($fname, 'w');
/php-src/ext/phar/tests/cache_list/files/
H A Dphar_test.inc71 $fp = bzopen($fname, 'w');

Completed in 23 milliseconds