Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c1157 uint32_t subpats_order; /* Order of subpattern matches */ in php_pcre_match_impl() local
1178 subpats_order = global ? PREG_PATTERN_ORDER : 0; in php_pcre_match_impl()
1189 subpats_order = flags & 0xff; in php_pcre_match_impl()
1191 if ((global && (subpats_order < PREG_PATTERN_ORDER || subpats_order > PREG_SET_ORDER)) || in php_pcre_match_impl()
1192 (!global && subpats_order != 0)) { in php_pcre_match_impl()
1233 if (global && subpats && subpats_order == PREG_PATTERN_ORDER) { in php_pcre_match_impl()
1301 if (subpats && subpats_order == PREG_PATTERN_ORDER) { in php_pcre_match_impl()
1425 if (global && subpats && subpats_order == PREG_PATTERN_ORDER) { in php_pcre_match_impl()

Completed in 11 milliseconds