Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/
H A Dphp_pcre.c42 #define PREG_JIT (1<<3) macro
830 poptions |= PREG_JIT; in pcre_get_compiled_regex_cache_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()
2591 if ((pce->preg_options & PREG_JIT) && options) { in php_pcre_split_impl()
2694 if (pce->preg_options & PREG_JIT) { in php_pcre_split_impl()
[all …]

Completed in 16 milliseconds