erroffset          54 ext/pcre/pcrelib/pcredemo.c int erroffset;
erroffset         103 ext/pcre/pcrelib/pcredemo.c   &erroffset,           /* for error offset */
erroffset         110 ext/pcre/pcrelib/pcredemo.c   printf("PCRE compilation failed at offset %d: %s\n", erroffset, error);
erroffset         271 ext/pcre/pcrelib/pcreposix.c int erroffset;
erroffset         285 ext/pcre/pcrelib/pcreposix.c   &erroffset, NULL);
erroffset         286 ext/pcre/pcrelib/pcreposix.c preg->re_erroffset = erroffset;
erroffset         261 ext/pcre/php_pcre.c 	int					 erroffset;
erroffset         427 ext/pcre/php_pcre.c 					  &erroffset,
erroffset         431 ext/pcre/php_pcre.c 		php_error_docref(NULL TSRMLS_CC,E_WARNING, "Compilation failed: %s at offset %d", error, erroffset);