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         269 ext/pcre/pcrelib/pcreposix.c int erroffset;
erroffset         283 ext/pcre/pcrelib/pcreposix.c   &erroffset, NULL);
erroffset         284 ext/pcre/pcrelib/pcreposix.c preg->re_erroffset = erroffset;
erroffset         277 ext/pcre/php_pcre.c 	int					 erroffset;
erroffset         436 ext/pcre/php_pcre.c 					  &erroffset,
erroffset         440 ext/pcre/php_pcre.c 		php_error_docref(NULL,E_WARNING, "Compilation failed: %s at offset %d", error, erroffset);