no_empty 1574 ext/pcre/php_pcre.c int no_empty; /* If NO_EMPTY flag is set */ no_empty 1578 ext/pcre/php_pcre.c no_empty = flags & PREG_SPLIT_NO_EMPTY; no_empty 1631 ext/pcre/php_pcre.c if (!no_empty || &subject[offsets[0]] != last_match) { no_empty 1655 ext/pcre/php_pcre.c if (!no_empty || match_len > 0) { no_empty 1711 ext/pcre/php_pcre.c if (!no_empty || start_offset < subject_len)