Searched refs:erroffset (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/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 | 260 int erroffset; in regcomp() local 274 &erroffset, NULL); in regcomp() 275 preg->re_erroffset = erroffset; in regcomp()
|
/PHP-5.3/ext/pcre/ |
H A D | php_pcre.c | 236 int erroffset; in pcre_get_compiled_regex_cache() local 393 &erroffset, in pcre_get_compiled_regex_cache() 397 …hp_error_docref(NULL TSRMLS_CC,E_WARNING, "Compilation failed: %s at offset %d", error, erroffset); in pcre_get_compiled_regex_cache()
|
/PHP-5.3/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 194 const char **errptr, int *erroffset, 199 const char **errptr, int *erroffset, 523 const char **errptr, int *erroffset, 528 const char **errptr, int *erroffset, 1548 const char **errptr, int *erroffset, 1553 const char **errptr, int *erroffset, 1966 const char **errptr, int *erroffset, 1971 const char **errptr, int *erroffset, 2039 int erroffset; 2044 &erroffset, /* for error offset */ [all …]
|
Completed in 44 milliseconds