Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Doniguruma.h517 #define ONIG_SYN_FIXED_INTERVAL_IS_GREEDY_ONLY (1U<<9) /* a{n}?=(?:a{n})? */ macro
H A Dregparse.c79 ONIG_SYN_FIXED_INTERVAL_IS_GREEDY_ONLY |
122 ONIG_SYN_FIXED_INTERVAL_IS_GREEDY_ONLY |
5016 if (IS_SYNTAX_BV(syn, ONIG_SYN_FIXED_INTERVAL_IS_GREEDY_ONLY)) in fetch_token()
5547 if (IS_SYNTAX_BV(syn, ONIG_SYN_FIXED_INTERVAL_IS_GREEDY_ONLY)) in fetch_token()
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md904 ### 9. ONIG_SYN_FIXED_INTERVAL_IS_GREEDY_ONLY (`a{n}?` is equivalent to `(?:a{n})?`)
1068 | 9 | `ONIG_SYN_FIXED_INTERVAL_IS_GREEDY_ONLY` | - | - | - | - | - | -…
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY1223 2004/08/24: [spec] add ONIG_SYN_FIXED_INTERVAL_IS_GREEDY_ONLY.

Completed in 82 milliseconds