Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/bz2/
H A Dphp_bz2.h51 PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, char *mode, php_stream *innerst…
53 #define php_stream_bz2open_from_BZFILE(bz, mode, innerstream) _php_stream_bz2open_from_BZFILE((bz),… argument
H A Dbz2.c56 ZEND_ARG_INFO(0, bz)
66 ZEND_ARG_INFO(0, bz)
70 ZEND_ARG_INFO(0, bz)
74 ZEND_ARG_INFO(0, bz)
198 PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, in _php_stream_bz2open_from_BZFILE() argument
206 self->bz_file = bz; in _php_stream_bz2open_from_BZFILE()
340 zval *bz; in PHP_FUNCTION() local
348 php_stream_from_zval(stream, &bz); in PHP_FUNCTION()
377 BZFILE *bz; /* The compressed file stream */ in PHP_FUNCTION() local
447 bz = BZ2_bzdopen(fd, mode); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dbug33076.phpt6 $value = str_ireplace("t", "bz", "Text");
/PHP-5.5/ext/standard/tests/misc/
H A Dbrowscap.ini2588 [ZeBot_www.ze.bz*]
2590 Browser="ZE.bz" argument

Completed in 188 milliseconds