Searched refs:preg_options (Results 1 – 2 of 2) sorted by relevance
32 …piled_regex_ex(zend_string *regex, uint32_t *capture_count, uint32_t *preg_options, uint32_t *copt…
49 uint32_t preg_options; member843 new_entry.preg_options = poptions; in pcre_get_compiled_regex_cache_ex()922 if (preg_options) { in pcre_get_compiled_regex_ex()923 *preg_options = pce ? pce->preg_options : 0; in pcre_get_compiled_regex_ex()1295 if ((pce->preg_options & PREG_JIT) && options) { in php_pcre_match_impl()1437 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 12 milliseconds