Home
last modified time | relevance | path

Searched refs:bx (Results 1 – 11 of 11) sorted by relevance

/PHP-5.3/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt76 $bx = array(10);
78 $x[mod($x1)][mod($x2)] = $bx[mod($x3)];
/PHP-5.3/Zend/
H A Dzend_strtod.c1288 ULong *bx, *bxe, *sx, *sxe; in quorem() local
1303 bx = b->x; in quorem()
1304 bxe = bx + n; in quorem()
1325 Storeinc(bx, z, y); in quorem()
1332 *bx++ = y & 0xffff; in quorem()
1337 bx = b->x; in quorem()
1347 bx = b->x; in quorem()
1361 Storeinc(bx, z, y); in quorem()
1368 *bx++ = y & 0xffff; in quorem()
1372 bx = b->x; in quorem()
[all …]
/PHP-5.3/ext/standard/tests/strings/
H A Dsprintf_variation34.phpt170 string(5) "123bx"
H A Dsprintf_variation34_64bit.phpt166 string(5) "123bx"
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput27581 0: bx
7582 1: bx
11744 0+ bx
H A Dtestinput82362 a\bx\n
H A Dtestinput11932 a\bx\n
H A Dtestoutput12986 a\bx\n
H A Dtestoutput83855 a\bx\n
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic958 >>10 leshort x \bx%dx8
1076 >24 lelong x \bx%d),
1084 >24 lelong x \bx%d),
1119 >24 ulelong x \bx%d
8976 >>1 regex \ [0-9]{4} \bx%s
9466 >28 lelong x \bx%d
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c63227 } bx;
67742 u.bx.iSet = pOp->p4.i;
67754 assert( u.bx.iSet==-1 || u.bx.iSet>=0 );
67755 if( u.bx.iSet ){
67756 u.bx.exists = sqlite3RowSetTest(pIn1->u.pRowSet,
67757 (u8)(u.bx.iSet>=0 ? u.bx.iSet & 0xf : 0xff),
67759 if( u.bx.exists ){
67764 if( u.bx.iSet>=0 ){

Completed in 353 milliseconds