Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c57 uint32_t preg_options; member
843 new_entry.preg_options = poptions; in pcre_get_compiled_regex_cache_ex()
1266 if ((pce->preg_options & PREG_JIT) && options) { in php_pcre_match_impl()
1408 if ((pce->preg_options & PREG_JIT)) { in php_pcre_match_impl()
1628 if ((pce->preg_options & PREG_JIT) && options) { in php_pcre_replace_impl()
1803 if (pce->preg_options & PREG_JIT) { in php_pcre_replace_impl()
1884 if ((pce->preg_options & PREG_JIT) && options) { in php_pcre_replace_func_impl()
2011 if ((pce->preg_options & PREG_JIT)) { in php_pcre_replace_func_impl()
2554 if ((pce->preg_options & PREG_JIT) && options) { in php_pcre_split_impl()
2657 if (pce->preg_options & PREG_JIT) { in php_pcre_split_impl()
[all …]

Completed in 11 milliseconds