PCRE_EXTENDED    4664 ext/pcre/pcrelib/pcre_compile.c   if ((options & PCRE_EXTENDED) != 0)
PCRE_EXTENDED    5609 ext/pcre/pcrelib/pcre_compile.c     if ((options & PCRE_EXTENDED) != 0)
PCRE_EXTENDED    7455 ext/pcre/pcrelib/pcre_compile.c             case CHAR_x: *optset |= PCRE_EXTENDED; break;
PCRE_EXTENDED    1118 ext/pcre/pcrelib/pcre_internal.h   (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \
PCRE_EXTENDED     378 ext/pcre/php_pcre.c 			case 'x':	coptions |= PCRE_EXTENDED;		break;