Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/
H A Dphp_pcre.c2564 uint32_t no_empty; /* If NO_EMPTY flag is set */ in php_pcre_split_impl() local
2572 no_empty = flags & PREG_SPLIT_NO_EMPTY; in php_pcre_split_impl()
2636 if (!no_empty || offsets[0] != last_match_offset) { in php_pcre_split_impl()
2657 if (!no_empty || offsets[2*i] != offsets[2*i+1]) { in php_pcre_split_impl()
2734 if (!no_empty || start_offset < ZSTR_LEN(subject_str)) { in php_pcre_split_impl()

Completed in 15 milliseconds