Home
last modified time | relevance | path

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

/PHP-5.3/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.3/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)
194 PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, in _php_stream_bz2open_from_BZFILE() argument
202 self->bz_file = bz; in _php_stream_bz2open_from_BZFILE()
330 zval *bz; in PHP_FUNCTION() local
338 php_stream_from_zval(stream, &bz); in PHP_FUNCTION()
374 BZFILE *bz; /* The compressed file stream */ in PHP_FUNCTION() local
445 bz = BZ2_bzdopen(fd, mode); in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/standard/tests/strings/
H A Dbug33076.phpt6 $value = str_ireplace("t", "bz", "Text");
/PHP-5.3/ext/standard/tests/misc/
H A Dbrowscap.ini2588 [ZeBot_www.ze.bz*]
2590 Browser="ZE.bz" argument
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c63241 } bz;
67906 u.bz.pFrame = p->pFrame;
67907 u.bz.pIn = &u.bz.pFrame->aMem[pOp->p1 + u.bz.pFrame->aOp[u.bz.pFrame->pc].p1];
67908 sqlite3VdbeMemShallowCopy(pOut, u.bz.pIn, MEM_Ephem);

Completed in 897 milliseconds