Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/
H A Dphp_pcre.h30 …piled_regex_ex(zend_string *regex, uint32_t *capture_count, uint32_t *preg_options, uint32_t *copt…
H A Dphp_pcre.c48 uint32_t preg_options; member
859 new_entry.preg_options = poptions; in pcre_get_compiled_regex_cache_ex()
934 if (preg_options) { in pcre_get_compiled_regex_ex()
935 *preg_options = pce ? pce->preg_options : 0; in pcre_get_compiled_regex_ex()
1301 if ((pce->preg_options & PREG_JIT) && options) { in php_pcre_match_impl()
1443 if ((pce->preg_options & PREG_JIT)) { in php_pcre_match_impl()
1663 if ((pce->preg_options & PREG_JIT) && options) { in php_pcre_replace_impl()
1838 if (pce->preg_options & PREG_JIT) { in php_pcre_replace_impl()
1919 if ((pce->preg_options & PREG_JIT) && options) { in php_pcre_replace_func_impl()
2046 if ((pce->preg_options & PREG_JIT)) { in php_pcre_replace_func_impl()
[all …]

Completed in 21 milliseconds