Home
last modified time | relevance | path

Searched refs:bz (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/bz2/tests/
H A Dbug51997.phpt12 $bz = bzopen($filename, "w");
13 bzwrite($bz, $str);
14 bzclose($bz);
16 $bz = bzopen($filename, "r");
17 fseek($bz, 0, SEEK_CUR);
18 print bzread($bz, 10);
19 print bzread($bz);
20 bzclose($bz);
H A Dwith_files.phpt12 $bz = bzopen($filename, "w");
13 bzwrite($bz, $str);
14 bzclose($bz);
16 $bz = bzopen($filename, "r");
17 print bzread($bz, 10);
18 print bzread($bz);
19 bzclose($bz);
/PHP-7.4/ext/bz2/
H A Dphp_bz2.h52 PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, const char *mode, php_stream *i…
54 #define php_stream_bz2open_from_BZFILE(bz, mode, innerstream) _php_stream_bz2open_from_BZFILE((bz),… argument
H A Dbz2.c55 ZEND_ARG_INFO(0, bz)
65 ZEND_ARG_INFO(0, bz)
69 ZEND_ARG_INFO(0, bz)
73 ZEND_ARG_INFO(0, bz)
230 PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, in _php_stream_bz2open_from_BZFILE() argument
241 self->bz_file = bz; in _php_stream_bz2open_from_BZFILE()
376 zval *bz; in PHP_FUNCTION() local
385 php_stream_from_zval(stream, bz); in PHP_FUNCTION()
408 BZFILE *bz; /* The compressed file stream */ in PHP_FUNCTION() local
474 bz = BZ2_bzdopen((int)fd, mode); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dbug33076.phpt6 $value = str_ireplace("t", "bz", "Text");
/PHP-7.4/ext/standard/tests/misc/
H A Dbrowscap.ini2588 [ZeBot_www.ze.bz*]
2590 Browser="ZE.bz" argument
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます25386 # freezed configuration file (dbm format?) created from sendmal.cf with -bz
H A Dmagic25386 # freezed configuration file (dbm format?) created from sendmal.cf with -bz

Completed in 228 milliseconds