Home
last modified time | relevance | path

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

/PHP-5.5/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.c517 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
518 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
1456 p->strip[pos] = OP(p->strip[pos]) | value;
1531 switch (OP(s)) {
1548 if (OP(s) != O_QUEST && OP(s) != O_CH &&
1549 OP(s) != OOR2) {
1553 } while (OP(s) != O_QUEST && OP(s) != O_CH);
1563 } while (OP(s) != OEND);
1582 while (OP(s = *scan++) != OCHAR)
1611 switch (OP(s)) {
[all …]
H A Dregex2.h50 #define OP(n) ((n)&OPRMASK) macro
/PHP-5.5/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

Completed in 17 milliseconds