Home
last modified time | relevance | path

Searched refs:found_offset (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.3/ext/standard/
H A Dstring.c1851 size_t found_offset; local
1890 found_offset = found - haystack_dup;
1892 RETVAL_STRINGL(ZSTR_VAL(haystack), found_offset);
1894 RETVAL_STRINGL(ZSTR_VAL(haystack) + found_offset, ZSTR_LEN(haystack) - found_offset);
1912 zend_long found_offset; local
1943 found_offset = found - ZSTR_VAL(haystack);
1945 RETURN_STRINGL(ZSTR_VAL(haystack), found_offset);
1947 RETURN_STRINGL(found, ZSTR_LEN(haystack) - found_offset);
2276 zend_long found_offset; local
2299 found_offset = found - ZSTR_VAL(haystack);
[all …]
/PHP-7.3/ext/intl/grapheme/
H A Dgrapheme_string.c632 size_t found_offset = found - haystack; in strstr_common_handler() local
635 RETURN_STRINGL(haystack, found_offset); in strstr_common_handler()
637 RETURN_STRINGL(found, haystack_len - found_offset); in strstr_common_handler()

Completed in 51 milliseconds