Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/grapheme/
H A Dgrapheme_string.c547 size_t found_offset = found - haystack; in strstr_common_handler() local
550 RETURN_STRINGL(haystack, found_offset); in strstr_common_handler()
552 RETURN_STRINGL(found, haystack_len - found_offset); in strstr_common_handler()
/PHP-8.3/ext/standard/
H A Dstring.c1640 size_t found_offset; local
1655 found_offset = found - ZSTR_VAL(haystack);
1657 RETURN_STRINGL(ZSTR_VAL(haystack), found_offset);
1659 RETURN_STRINGL(found, ZSTR_LEN(haystack) - found_offset);
1668 zend_long found_offset; local
1683 found_offset = found - ZSTR_VAL(haystack);
1685 RETURN_STRINGL(ZSTR_VAL(haystack), found_offset);
1687 RETURN_STRINGL(found, ZSTR_LEN(haystack) - found_offset);
1936 zend_long found_offset; local
1950 found_offset = found - ZSTR_VAL(haystack);
[all …]

Completed in 23 milliseconds