Lines Matching refs:php_error_docref

196 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal pcre_fullinfo() error %d", rc);  in make_subpats_table()
207 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal pcre_fullinfo() error %d", rc); in make_subpats_table()
216 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Numeric named subpatterns are not allowed"); in make_subpats_table()
306 php_error_docref(NULL TSRMLS_CC, E_WARNING, in pcre_get_compiled_regex_cache()
315 php_error_docref(NULL TSRMLS_CC,E_WARNING, "Delimiter must not be alphanumeric or backslash"); in pcre_get_compiled_regex_cache()
355 php_error_docref(NULL TSRMLS_CC,E_WARNING, "Null byte in regex"); in pcre_get_compiled_regex_cache()
357 php_error_docref(NULL TSRMLS_CC,E_WARNING, "No ending delimiter '%c' found", delimiter); in pcre_get_compiled_regex_cache()
359 php_error_docref(NULL TSRMLS_CC,E_WARNING, "No ending matching delimiter '%c' found", delimiter); in pcre_get_compiled_regex_cache()
404 php_error_docref(NULL TSRMLS_CC,E_WARNING, "Unknown modifier '%c'", pp[-1]); in pcre_get_compiled_regex_cache()
406 php_error_docref(NULL TSRMLS_CC,E_WARNING, "Null byte in regex"); in pcre_get_compiled_regex_cache()
426php_error_docref(NULL TSRMLS_CC,E_WARNING, "Compilation failed: %s at offset %d", error, erroffset… in pcre_get_compiled_regex_cache()
442 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while studying pattern"); in pcre_get_compiled_regex_cache()
624 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid flags specified"); in php_pcre_match_impl()
649 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal pcre_fullinfo() error %d", rc); in php_pcre_match_impl()
690 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Matched, but too many substrings"); in php_pcre_match_impl()
705 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Get subpatterns list failed"); in php_pcre_match_impl()
908 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call custom replacement function"); in preg_do_repl_func()
990 php_error_docref(NULL TSRMLS_CC,E_ERROR, "Failed evaluating code: %s%s", PHP_EOL, code.c); in preg_do_eval()
1075php_error_docref(NULL TSRMLS_CC, E_WARNING, "Modifier /e cannot be used with replacement callback"… in php_pcre_replace_impl()
1085php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "The /e modifier is deprecated, use preg_replace_ca… in php_pcre_replace_impl()
1091 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal pcre_fullinfo() error %d", rc); in php_pcre_replace_impl()
1128 php_error_docref(NULL TSRMLS_CC,E_NOTICE, "Matched, but too many substrings"); in php_pcre_replace_impl()
1387php_error_docref(NULL TSRMLS_CC, E_WARNING, "Parameter mismatch, pattern is a string while replace… in preg_replace_impl()
1397php_error_docref(NULL TSRMLS_CC, E_WARNING, "Requires argument 2, '%s', to be a valid callback", c… in preg_replace_impl()
1559 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal pcre_fullinfo() error %d", rc); in php_pcre_split_impl()
1582 php_error_docref(NULL TSRMLS_CC,E_NOTICE, "Matched, but too many substrings"); in php_pcre_split_impl()
1641 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error"); in php_pcre_split_impl()
1825 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal pcre_fullinfo() error %d", rc); in php_pcre_grep_impl()
1853 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Matched, but too many substrings"); in php_pcre_grep_impl()