delim_capture    1744 ext/pcre/php_pcre.c 	int				 delim_capture; 	/* If delimiters should be captured */
delim_capture    1750 ext/pcre/php_pcre.c 	delim_capture = flags & PREG_SPLIT_DELIM_CAPTURE;
delim_capture    1820 ext/pcre/php_pcre.c 			if (delim_capture) {