no_empty         1743 ext/pcre/php_pcre.c 	int				 no_empty;			/* If NO_EMPTY flag is set */
no_empty         1749 ext/pcre/php_pcre.c 	no_empty = flags & PREG_SPLIT_NO_EMPTY;
no_empty         1801 ext/pcre/php_pcre.c 			if (!no_empty || &subject[offsets[0]] != last_match) {
no_empty         1825 ext/pcre/php_pcre.c 					if (!no_empty || match_len > 0) {
no_empty         1864 ext/pcre/php_pcre.c 	if (!no_empty || start_offset < subject_len)