Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcredemo.c54 int erroffset; in main() local
103 &erroffset, /* for error offset */ in main()
110 printf("PCRE compilation failed at offset %d: %s\n", erroffset, error); in main()
H A Dpcreposix.c272 int erroffset; in regcomp() local
286 &erroffset, NULL); in regcomp()
287 preg->re_erroffset = erroffset; in regcomp()
/PHP-7.2/ext/pcre/
H A Dphp_pcre.c332 int erroffset; in pcre_get_compiled_regex_cache_ex() local
519 &erroffset, in pcre_get_compiled_regex_cache_ex()
528 php_error_docref(NULL,E_WARNING, "Compilation failed: %s at offset %d", error, erroffset); in pcre_get_compiled_regex_cache_ex()
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt211 const char **errptr, int *erroffset,
216 const char **errptr, int *erroffset,
543 const char **errptr, int *erroffset,
1592 const char **errptr, int *erroffset,
1597 const char **errptr, int *erroffset,
2029 const char **errptr, int *erroffset,
2034 const char **errptr, int *erroffset,
2104 int erroffset;
2109 &erroffset, /* for error offset */
2431 16 erroffset passed as NULL
[all …]

Completed in 75 milliseconds