err_offset       1039 ext/mbstring/mbstring.c 	int err_offset;
err_offset       1042 ext/mbstring/mbstring.c 			PCRE_CASELESS, &err_str, &err_offset, NULL))) {
err_offset       1043 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "%s (offset=%d): %s", pattern, err_offset, err_str);
err_offset       5723 ext/pgsql/pgsql.c 	int err_offset;
err_offset       5740 ext/pgsql/pgsql.c 	if ((re = pcre_compile(regex, options, &err_msg, &err_offset, NULL)) == NULL) {