Skip to content

Commit 9df6590

Browse files
committed
and somehow i'm blind
1 parent 9131575 commit 9df6590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/array.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2880,7 +2880,7 @@ PHP_FUNCTION(array_fill_keys)
28802880
zend_value_error(\
28812881
"The supplied range exceeds the maximum array size by %lu elements: " \
28822882
"start=" ZEND_LONG_FMT ", end=" ZEND_LONG_FMT ", step=" ZEND_LONG_FMT ". " \
2883-
"Calculated size: %lu, Maximum size: %lu.", \
2883+
"Calculated size: " ZEND_LONG_FMT ", Maximum size: " ZEND_LONG_FMT ".", \
28842884
__excess, end, start, (_step), __calc_size + 1, (zend_ulong)HT_MAX_SIZE); \
28852885
RETURN_THROWS(); \
28862886
} \

0 commit comments

Comments
 (0)