Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/
H A Dphp_pcre.c984 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset) { in populate_match_value_str() argument
985 if (start_offset == end_offset) { in populate_match_value_str()
987 } else if (start_offset + 1 == end_offset) { in populate_match_value_str()
990 ZVAL_STRINGL(val, subject + start_offset, end_offset - start_offset); in populate_match_value_str()
995 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in populate_match_value() argument
1004 populate_match_value_str(val, subject, start_offset, end_offset); in populate_match_value()
1024 zval *result, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in add_offset_pair() argument
1044 populate_match_value_str(&val1, subject, start_offset, end_offset); in add_offset_pair()

Completed in 18 milliseconds