Home
last modified time | relevance | path

Searched refs:no_empty (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/ext/pcre/
H A Dphp_pcre.c2501 uint32_t no_empty; /* If NO_EMPTY flag is set */ in php_pcre_split_impl() local
2508 no_empty = flags & PREG_SPLIT_NO_EMPTY; in php_pcre_split_impl()
2572 if (!no_empty || &ZSTR_VAL(subject_str)[offsets[0]] != last_match) { in php_pcre_split_impl()
2596 if (!no_empty || match_len > 0) { in php_pcre_split_impl()
2668 if (!no_empty || start_offset < ZSTR_LEN(subject_str)) { in php_pcre_split_impl()

Completed in 11 milliseconds