PCRE_EXTENDED 4677 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_EXTENDED) != 0) PCRE_EXTENDED 5649 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_EXTENDED) != 0) PCRE_EXTENDED 7571 ext/pcre/pcrelib/pcre_compile.c case CHAR_x: *optset |= PCRE_EXTENDED; break; PCRE_EXTENDED 1115 ext/pcre/pcrelib/pcre_internal.h (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \ PCRE_EXTENDED 390 ext/pcre/php_pcre.c case 'x': coptions |= PCRE_EXTENDED; break;