Searched refs:php_pcre_cctx (Results 1 – 5 of 5) sorted by relevance
63 PHPAPI pcre2_compile_context *php_pcre_cctx(void);
3065 PHPAPI pcre2_compile_context *php_pcre_cctx(void) in php_pcre_cctx() function
81 pcre2_compile_context *cctx = php_pcre_cctx(); in zend_accel_blacklist_update_regexp()
1072 PCRE2_CASELESS, &errnum, &err_offset, php_pcre_cctx()))) { in _php_mb_compile_regex()
5778 …re = pcre2_compile((PCRE2_SPTR)regex, regex_len, options, &errnumber, &err_offset, php_pcre_cctx()…
Completed in 45 milliseconds