ANCHOR_NOT_WORD_BOUND 1400 ext/mbstring/oniguruma/regcomp.c case ANCHOR_NOT_WORD_BOUND: r = add_opcode(reg, OP_NOT_WORD_BOUND); break; ANCHOR_NOT_WORD_BOUND 5933 ext/mbstring/oniguruma/regcomp.c case ANCHOR_NOT_WORD_BOUND: fputs("not word bound", f); break; ANCHOR_NOT_WORD_BOUND 3086 ext/mbstring/oniguruma/regparse.c tok->u.anchor = ANCHOR_NOT_WORD_BOUND;