Skip to content

Commit 15a0465

Browse files
Update ext/intl/grapheme/grapheme_string.c
Co-authored-by: Gina Peter Banyard <[email protected]>
1 parent 67c3c0d commit 15a0465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/intl/grapheme/grapheme_string.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ PHP_FUNCTION(grapheme_strripos)
314314
/* else we need to continue via utf16 */
315315
}
316316

317-
ret_pos = grapheme_strpos_utf16(haystack, haystack_len, needle, needle_len, offset, NULL, 1 /* f_ignore_case */, 1, locale /*last */);
317+
ret_pos = grapheme_strpos_utf16(haystack, haystack_len, needle, needle_len, offset, NULL, /* f_ignore_case */ 1, /*last */ 1, locale);
318318

319319
if ( ret_pos >= 0 ) {
320320
RETURN_LONG(ret_pos);

0 commit comments

Comments
 (0)