found_offset      625 ext/intl/grapheme/grapheme_string.c 			size_t found_offset = found - haystack;
found_offset      628 ext/intl/grapheme/grapheme_string.c 				RETURN_STRINGL(haystack, found_offset);
found_offset      630 ext/intl/grapheme/grapheme_string.c 				RETURN_STRINGL(found, haystack_len - found_offset);
found_offset     1855 ext/standard/string.c 	size_t  found_offset;
found_offset     1887 ext/standard/string.c 		found_offset = found - haystack_dup;
found_offset     1889 ext/standard/string.c 			RETVAL_STRINGL(ZSTR_VAL(haystack), found_offset);
found_offset     1891 ext/standard/string.c 			RETVAL_STRINGL(ZSTR_VAL(haystack) + found_offset, ZSTR_LEN(haystack) - found_offset);
found_offset     1909 ext/standard/string.c 	zend_long found_offset;
found_offset     1933 ext/standard/string.c 		found_offset = found - ZSTR_VAL(haystack);
found_offset     1935 ext/standard/string.c 			RETURN_STRINGL(ZSTR_VAL(haystack), found_offset);
found_offset     1937 ext/standard/string.c 			RETURN_STRINGL(found, ZSTR_LEN(haystack) - found_offset);
found_offset     2250 ext/standard/string.c 	zend_long found_offset;
found_offset     2268 ext/standard/string.c 		found_offset = found - ZSTR_VAL(haystack);
found_offset     2269 ext/standard/string.c 		RETURN_STRINGL(found, ZSTR_LEN(haystack) - found_offset);