pstring           179 ext/pcre/pcrelib/pcreposix.c static const char *const pstring[] = {
pstring           213 ext/pcre/pcrelib/pcreposix.c message = (errcode >= (int)(sizeof(pstring)/sizeof(char *)))?
pstring           214 ext/pcre/pcrelib/pcreposix.c   "unknown error code" : pstring[errcode];