pcre_exec 337 fileinfo/libmagic/softmagic.c return !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0); pcre_exec 439 filter/logical_filters.c matches = pcre_exec(re, NULL, Z_STRVAL_P(value), Z_STRLEN_P(value), 0, 0, ovector, 3); pcre_exec 551 filter/logical_filters.c matches = pcre_exec(re, NULL, Z_STRVAL_P(value), Z_STRLEN_P(value), 0, 0, ovector, 3); pcre_exec 1034 mbstring/mbstring.c return pcre_exec((pcre *)opaque, NULL, str, (int)str_len, 0, pcre_exec 443 pcre/pcrelib/pcre.h PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR, pcre_exec 121 pcre/pcrelib/pcredemo.c rc = pcre_exec( pcre_exec 313 pcre/pcrelib/pcredemo.c rc = pcre_exec( pcre_exec 360 pcre/pcrelib/pcreposix.c rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so), pcre_exec 652 pcre/php_pcre.c count = pcre_exec(pce->re, extra, subject, subject_len, start_offset, pcre_exec 1080 pcre/php_pcre.c count = pcre_exec(pce->re, extra, subject, subject_len, start_offset, pcre_exec 1529 pcre/php_pcre.c count = pcre_exec(pce->re, extra, subject, pcre_exec 1593 pcre/php_pcre.c count = pcre_exec(re_bump, extra_bump, subject, pcre_exec 1801 pcre/php_pcre.c count = pcre_exec(pce->re, extra, Z_STRVAL(subject), pcre_exec 2013 spl/spl_iterators.c count = pcre_exec(intern->u.regex.pce->re, intern->u.regex.pce->extra, subject, subject_len, 0, 0, NULL, 0); pcre_exec 401 standard/browscap.c if (pcre_exec(re, re_extra, lookup_browser_name, lookup_browser_length, 0, re_options, NULL, 0) == 0) { pcre_exec 701 zip/php_zip.c matches = pcre_exec(re, NULL, namelist[i], strlen(namelist[i]), 0, 0, ovector, 3);