Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c512 int condcode; in match() local
1303 condcode = ecode[LINK_SIZE+1]; in match()
1307 if (condcode == OP_RREF || condcode == OP_NRREF) /* Recursion test */ in match()
1324 if (!condition && condcode == OP_NRREF) in match()
1376 else if (condcode == OP_CREF || condcode == OP_NCREF) /* Group used test */ in match()
1386 if (!condition && condcode == OP_NCREF) in match()
1443 else if (condcode == OP_DEF) /* DEFINE - always false */ in match()

Completed in 17 milliseconds