PREG_GREP_INVERT  146 ext/pcre/php_pcre.c 	REGISTER_LONG_CONSTANT("PREG_GREP_INVERT", PREG_GREP_INVERT, CONST_CS | CONST_PERSISTENT);
PREG_GREP_INVERT 1852 ext/pcre/php_pcre.c 	invert = flags & PREG_GREP_INVERT ? 1 : 0;