Skip to content

Commit 45e91f5

Browse files
committed
mark branch
1 parent 1d7109d commit 45e91f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/json/json_encoder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ zend_result php_json_escape_string(
634634

635635
pos = sizeof(__m128i) - (s - s_backup);
636636
} else {
637-
if (max_shift < sizeof(__m128i)) {
637+
if (UNEXPECTED(max_shift < sizeof(__m128i))) {
638638
pos += max_shift;
639639
len -= max_shift;
640640
break;

0 commit comments

Comments
 (0)