Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c953 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset) { in populate_match_value_str() argument
954 ZVAL_STRINGL_FAST(val, subject + start_offset, end_offset - start_offset); in populate_match_value_str()
958 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in populate_match_value() argument
967 populate_match_value_str(val, subject, start_offset, end_offset); in populate_match_value()
987 HashTable *const result, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in add_offset_pair() argument
1007 populate_match_value_str(&val1, subject, start_offset, end_offset); in add_offset_pair()

Completed in 12 milliseconds