Searched refs:erroffset (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/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 | 271 int erroffset; in regcomp() local 285 &erroffset, NULL); in regcomp() 286 preg->re_erroffset = erroffset; in regcomp()
|
/PHP-5.6/ext/pcre/ |
H A D | php_pcre.c | 261 int erroffset; in pcre_get_compiled_regex_cache() local 428 &erroffset, in pcre_get_compiled_regex_cache() 432 …hp_error_docref(NULL TSRMLS_CC,E_WARNING, "Compilation failed: %s at offset %d", error, erroffset); in pcre_get_compiled_regex_cache()
|
/PHP-5.6/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 42 milliseconds