Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c14890 #define OP_And 44 /* same as TK_AND, synopsis: r[P3]=(r[P1] && r[P2]) */ macro
85801 case OP_And: /* same as TK_AND, in1, in2, out3 */
85808 if( pOp->opcode==OP_And ){
100507 assert( TK_AND==OP_And ); testcase( op==TK_AND );

Completed in 433 milliseconds