soptions          275 ext/pcre/php_pcre.c 	int					 soptions = 0;
soptions          452 ext/pcre/php_pcre.c 		soptions |= PCRE_STUDY_JIT_COMPILE;
soptions          459 ext/pcre/php_pcre.c 		extra = pcre_study(re, soptions, &error);