Searched refs:erroffset (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | pcredemo.c | 54 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 D | pcreposix.c | 269 int erroffset; in regcomp() local 283 &erroffset, NULL); in regcomp() 284 preg->re_erroffset = erroffset; in regcomp()
|
/PHP-7.1/ext/pcre/ |
H A D | php_pcre.c | 326 int erroffset; in pcre_get_compiled_regex_cache() local 512 &erroffset, in pcre_get_compiled_regex_cache() 521 php_error_docref(NULL,E_WARNING, "Compilation failed: %s at offset %d", error, erroffset); in pcre_get_compiled_regex_cache()
|
/PHP-7.1/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 211 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, 2030 const char **errptr, int *erroffset, 2035 const char **errptr, int *erroffset, 2105 int erroffset; 2110 &erroffset, /* for error offset */ 2432 16 erroffset passed as NULL [all …]
|
Completed in 49 milliseconds