Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregsyntax.c113 ONIG_SYN_OP_ESC_W_WORD | ONIG_SYN_OP_ESC_B_WORD_BOUND |
H A Dregint.h688 ONIG_SYN_OP_ESC_W_WORD | \
H A Doniguruma.h458 #define ONIG_SYN_OP_ESC_W_WORD (1U<<18) /* \w, \W */ macro
H A Dregparse.c5040 if (! IS_SYNTAX_OP(syn, ONIG_SYN_OP_ESC_W_WORD)) break; in fetch_token()
5047 if (! IS_SYNTAX_OP(syn, ONIG_SYN_OP_ESC_W_WORD)) break; in fetch_token()
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md255 ### 18. ONIG_SYN_OP_ESC_W_WORD (enable `\w` and `\W`)
294 See details in `ONIG_SYN_OP_ESC_W_WORD` above for an explanation as to which characters
1004 | 18 | `ONIG_SYN_OP_ESC_W_WORD` | - | - | - | Yes | Yes | Y…

Completed in 42 milliseconds