Home
last modified time | relevance | path

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

/php-src/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-src/ext/standard/
H A Dstring.c1765 size_t found_offset; local
1780 found_offset = found - ZSTR_VAL(haystack);
1782 RETURN_STRINGL(ZSTR_VAL(haystack), found_offset);
1784 RETURN_STRINGL(found, ZSTR_LEN(haystack) - found_offset);
1791 zend_long found_offset; local
1798 found_offset = found - ZSTR_VAL(haystack);
1800 RETURN_STRINGL(ZSTR_VAL(haystack), found_offset);
1802 RETURN_STRINGL(found, ZSTR_LEN(haystack) - found_offset);
2167 zend_long found_offset; local
2181 found_offset = found - ZSTR_VAL(haystack);
[all …]

Completed in 18 milliseconds