Searched refs:bz (Results 1 – 8 of 8) sorted by relevance
/PHP-7.2/ext/bz2/tests/ |
H A D | bug51997.phpt | 12 $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 D | with_files.phpt | 12 $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.2/ext/bz2/ |
H A D | php_bz2.h | 54 PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, const char *mode, php_stream *i… 56 #define php_stream_bz2open_from_BZFILE(bz, mode, innerstream) _php_stream_bz2open_from_BZFILE((bz),… argument
|
H A D | bz2.c | 57 ZEND_ARG_INFO(0, bz) 67 ZEND_ARG_INFO(0, bz) 71 ZEND_ARG_INFO(0, bz) 75 ZEND_ARG_INFO(0, bz) 225 PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, in _php_stream_bz2open_from_BZFILE() argument 236 self->bz_file = bz; in _php_stream_bz2open_from_BZFILE() 371 zval *bz; in PHP_FUNCTION() local 380 php_stream_from_zval(stream, bz); in PHP_FUNCTION() 402 BZFILE *bz; /* The compressed file stream */ in PHP_FUNCTION() local 468 bz = BZ2_bzdopen((int)fd, mode); in PHP_FUNCTION() [all …]
|
/PHP-7.2/ext/standard/tests/strings/ |
H A D | bug33076.phpt | 6 $value = str_ireplace("t", "bz", "Text");
|
/PHP-7.2/ext/standard/tests/misc/ |
H A D | browscap.ini | 2588 [ZeBot_www.ze.bz*] 2590 Browser="ZE.bz" argument
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 21839 # freezed configuration file (dbm format?) created from sendmal.cf with -bz
|
H A D | magic私はガラスを食べられます | 21839 # freezed configuration file (dbm format?) created from sendmal.cf with -bz
|
Completed in 186 milliseconds