Home
last modified time | relevance | path

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

/PHP-5.5/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.c271 int erroffset; in regcomp() local
285 &erroffset, NULL); in regcomp()
286 preg->re_erroffset = erroffset; in regcomp()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c256 int erroffset; in pcre_get_compiled_regex_cache() local
422 &erroffset, in pcre_get_compiled_regex_cache()
426 …hp_error_docref(NULL TSRMLS_CC,E_WARNING, "Compilation failed: %s at offset %d", error, erroffset); in pcre_get_compiled_regex_cache()
/PHP-5.5/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,
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 37 milliseconds