Home
last modified time | relevance | path

Searched refs:qn (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregcomp.c785 else if (qn->upper == 1 && qn->greedy) { in compile_length_quantifier_node()
798 else if (!qn->greedy && qn->upper == 1 && qn->lower == 0) { /* '??' */ in compile_length_quantifier_node()
917 else if (qn->upper == 1 && qn->greedy) { in compile_quantifier_node()
934 else if (!qn->greedy && qn->upper == 1 && qn->lower == 0) { /* '??' */ in compile_quantifier_node()
1019 else if (!qn->greedy && qn->upper == 1 && qn->lower == 0) { /* '??' */ in compile_length_quantifier_node()
1131 int n = qn->upper - qn->lower; in compile_quantifier_node()
1144 else if (!qn->greedy && qn->upper == 1 && qn->lower == 0) { /* '??' */ in compile_quantifier_node()
2114 if (qn->lower == qn->upper) { in get_char_length_tree1()
3605 qn->upper = (qn->lower == 0 ? 1 : qn->lower); in setup_comb_exp_check()
3804 if (qn->lower != qn->upper) in setup_tree()
[all …]
H A Dregparse.h155 #define IS_QUANTIFIER_IN_REPEAT(qn) (((qn)->state & NST_IN_REPEAT) != 0) argument
156 #define IS_QUANTIFIER_BY_NUMBER(qn) (((qn)->state & NST_BY_NUMBER) != 0) argument
H A Dregparse.c4786 QtfrNode* qn; in set_quantifier() local
4788 qn = NQTFR(qnode); in set_quantifier()
4789 if (qn->lower == 1 && qn->upper == 1) { in set_quantifier()
4800 qn->target = n; in set_quantifier()
4856 if (! IS_REPEAT_INFINITE(qn->upper) && qn->upper > 1 && qn->greedy) { in set_quantifier()
4857 qn->upper = (qn->lower == 0 ? 1 : qn->lower); in set_quantifier()
4868 qn->target = target; in set_quantifier()
4991 Node* qn; in parse_exp() local
5209 *np = qn; in parse_exp()
5294 qn = en; in parse_exp()
[all …]
/PHP-7.2/sapi/phpdbg/tests/
H A Dbug73615.phpt14 print `$phpdbg -qn`;
/PHP-7.2/ext/hash/tests/
H A Dfnv1a64.phpt24 array( 'w/qn', '9c6e50f771dcafd0' ),
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY180 2007/06/06: [tune] don't set qn->next_head_exact for string first byte is zero.

Completed in 42 milliseconds