Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/
H A Dphp_pcre.c743 int g_notempty = 0; /* If the match should not be empty */ in php_pcre_match_impl() local
837 exoptions|g_notempty, offsets, size_offsets); in php_pcre_match_impl()
987 if (g_notempty != 0 && start_offset < subject_len) { in php_pcre_match_impl()
1003 g_notempty = (offsets[1] == offsets[0])? PCRE_NOTEMPTY_ATSTART | PCRE_ANCHORED : 0; in php_pcre_match_impl()
1188 int g_notempty=0; /* If the match should not be empty */ in php_pcre_replace_impl() local
1263 exoptions|g_notempty, offsets, size_offsets); in php_pcre_replace_impl()
1385 if (g_notempty != 0 && start_offset < subject_len) { in php_pcre_replace_impl()
1426 g_notempty = (offsets[1] == offsets[0])? PCRE_NOTEMPTY_ATSTART | PCRE_ANCHORED : 0; in php_pcre_replace_impl()
1805 int g_notempty = 0; /* If the match should not be empty */ in php_pcre_split_impl() local
1852 exoptions|g_notempty, offsets, size_offsets); in php_pcre_split_impl()
[all …]

Completed in 8 milliseconds