eval              580 ext/mbstring/php_mbregex.c _php_mb_regex_init_options(const char *parg, int narg, OnigOptionType *option, OnigSyntaxType **syntax, int *eval) 
eval              639 ext/mbstring/php_mbregex.c 					if (eval != NULL) *eval = 1; 
eval              810 ext/mbstring/php_mbregex.c 	int i, err, eval, n;
eval              827 ext/mbstring/php_mbregex.c 	eval = 0;
eval              851 ext/mbstring/php_mbregex.c 			_php_mb_regex_init_options(option_str, option_str_len, &options, &syntax, &eval);
eval              875 ext/mbstring/php_mbregex.c 	if (eval || is_callable) {
eval              884 ext/mbstring/php_mbregex.c 		if (eval) {
eval              938 ext/mbstring/php_mbregex.c 			if (eval) {
eval             1083 ext/pcre/php_pcre.c 	int				 eval;				/* If the replacement string should be eval'ed */
eval             1111 ext/pcre/php_pcre.c 	eval = pce->preg_options & PREG_REPLACE_EVAL;
eval             1113 ext/pcre/php_pcre.c 		if (eval) {
eval             1123 ext/pcre/php_pcre.c 	if (eval) {
eval             1183 ext/pcre/php_pcre.c 			if (eval) {
eval             1229 ext/pcre/php_pcre.c 			if (eval || is_callable_replace) {