PCRE_INFO_NAMECOUNT  133 ext/pcre/pcrelib/pcre_fullinfo.c   case PCRE_INFO_NAMECOUNT:
PCRE_INFO_NAMECOUNT   74 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
PCRE_INFO_NAMECOUNT  124 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
PCRE_INFO_NAMECOUNT  177 ext/pcre/pcrelib/pcredemo.c   PCRE_INFO_NAMECOUNT,  /* number of named substrings */
PCRE_INFO_NAMECOUNT  556 ext/pcre/php_pcre.c 		rc = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMECOUNT, &name_cnt);