Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/
H A Dzend_accelerator_blacklist.c69 static void blacklist_report_regexp_error(const char *pcre_error, int pcre_error_offset) in blacklist_report_regexp_error() argument
71 …ACCEL_LOG_ERROR, "Blacklist compilation failed (offset: %d), %s\n", pcre_error_offset, pcre_error); in blacklist_report_regexp_error()
76 const char *pcre_error; in zend_accel_blacklist_update_regexp() local
180 …if ((it->re = pcre_compile(regexp, PCRE_NO_AUTO_CAPTURE, &pcre_error, &pcre_error_offset, 0)) == N… in zend_accel_blacklist_update_regexp()
182 blacklist_report_regexp_error(pcre_error, pcre_error_offset); in zend_accel_blacklist_update_regexp()

Completed in 5 milliseconds