Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregsyntax.c92 ONIG_SYN_OP_LINE_ANCHOR | ONIG_SYN_OP_ESC_CONTROL_CHARS )
147 ONIG_SYN_OP_ESC_CONTROL_CHARS | ONIG_SYN_OP_ESC_C_CONTROL |
172 ONIG_SYN_OP_ESC_CONTROL_CHARS |
206 ONIG_SYN_OP_ESC_CONTROL_CHARS |
H A Dregint.h678 ONIG_SYN_OP_ESC_CONTROL_CHARS )
H A Doniguruma.h466 #define ONIG_SYN_OP_ESC_CONTROL_CHARS (1U<<26) /* \n,\r,\t,\a ... */ macro
H A Dregparse.c53 ONIG_SYN_OP_ESC_CONTROL_CHARS |
99 ONIG_SYN_OP_ESC_CONTROL_CHARS |
3825 if (IS_SYNTAX_OP(env->syntax, ONIG_SYN_OP_ESC_CONTROL_CHARS)) { in conv_backslash_value()
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md371 ### 26. ONIG_SYN_OP_ESC_CONTROL_CHARS (enable `\n`, `\r`, `\t`, etc.)
1012 | 26 | `ONIG_SYN_OP_ESC_CONTROL_CHARS` | Yes | Yes | - | - | - | Y…

Completed in 47 milliseconds