Home
last modified time | relevance | path

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

/PHP-5.3/ext/ereg/regex/
H A Ddebug.c116 if (OP(g->strip[0]) != OEND)
120 switch (OP(*s)) {
174 if (OP(*(s+opnd)) != O_PLUS)
178 if (OP(*(s-opnd)) != OPLUS_)
184 if (OP(*(s+opnd)) != O_QUEST)
188 if (OP(*(s-opnd)) != OQUEST_)
200 if (OP(*(s+opnd)) != OOR2)
204 if (OP(*(s-opnd)) != OOR1 && OP(*(s-opnd)) != OCH_)
210 if (OP(*(s+opnd)) != OOR2 && OP(*(s+opnd)) != O_CH)
214 if (OP(*(s-opnd)) != OOR1)
[all …]
H A Dengine.c258 switch (OP(m->g->strip[es])) {
264 while (OP(m->g->strip[es]) != O_CH)
271 switch (OP(m->g->strip[ss])) {
378 if (OP(m->g->strip[esub]) == OOR2)
447 switch (OP(s = m->g->strip[ss])) {
505 assert(OP(s) == OOR2);
524 switch (OP(s)) {
574 if (OP(m->g->strip[esub]) == O_CH)
580 if (OP(m->g->strip[esub]) == OOR2)
829 switch (OP(s)) {
[all …]
H A Dregcomp.c509 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
510 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
1444 p->strip[pos] = OP(p->strip[pos]) | value;
1519 switch (OP(s)) {
1536 if (OP(s) != O_QUEST && OP(s) != O_CH &&
1537 OP(s) != OOR2) {
1541 } while (OP(s) != O_QUEST && OP(s) != O_CH);
1551 } while (OP(s) != OEND);
1570 while (OP(s = *scan++) != OCHAR)
1599 switch (OP(s)) {
[all …]
H A Dregex2.h50 #define OP(n) ((n)&OPRMASK) macro
/PHP-5.3/Zend/
H A DREADME.ZEND_VM35 ZEND_VM_DISPATCH_TO_HANDLER(<OP>)
36 return <OP>_helper(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU)
55 OP<X>_TYPE
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.y578 expr(A) ::= expr(X) likeop(OP) expr(Y). [LIKE] {
582 if( A ) A->op = OP;
585 expr(A) ::= expr(X) NOT likeop(OP) expr(Y). [LIKE] {
589 if( A ) A->op = OP;

Completed in 27 milliseconds