Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c961 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset) { in populate_match_value_str() argument
962 ZVAL_STRINGL_FAST(val, subject + start_offset, end_offset - start_offset); in populate_match_value_str()
966 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in populate_match_value() argument
975 populate_match_value_str(val, subject, start_offset, end_offset); in populate_match_value()
995 zval *result, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in add_offset_pair() argument
1015 populate_match_value_str(&val1, subject, start_offset, end_offset); in add_offset_pair()

Completed in 10 milliseconds