Home
last modified time | relevance | path

Searched refs:pcre_code (Results 1 – 1 of 1) sorted by last modified time

/php-src/ext/pcre/
H A Dphp_pcre.c102 static void pcre_handle_exec_error(int pcre_code) /* {{{ */ in pcre_handle_exec_error() argument
106 switch (pcre_code) { in pcre_handle_exec_error()
126 if (pcre_code <= PCRE2_ERROR_UTF8_ERR1 && pcre_code >= PCRE2_ERROR_UTF8_ERR21) { in pcre_handle_exec_error()

Completed in 22 milliseconds