Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/oniguruma/
H A Dregsyntax.c66 ( SYN_POSIX_COMMON_OP | ONIG_SYN_OP_LPAREN_SUBEXP |
H A Dregint.h647 ONIG_SYN_OP_BRACE_INTERVAL | ONIG_SYN_OP_LPAREN_SUBEXP | \
H A Doniguruma.h447 #define ONIG_SYN_OP_LPAREN_SUBEXP (1U<<12) /* (...) */ macro
H A Dregparse.c3697 if (! IS_SYNTAX_OP(syn, ONIG_SYN_OP_LPAREN_SUBEXP)) break; in fetch_token()
3702 if (! IS_SYNTAX_OP(syn, ONIG_SYN_OP_LPAREN_SUBEXP)) break; in fetch_token()

Completed in 40 milliseconds