History log of /PHP-8.1/ext/standard/tests/strings/bug69751.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 41df5c06 25-Sep-2021 Aliaksandr Bystry

Fix bug #69751

Change error message of sprintf/printf for missing/invalid position
specifier to make it clear that this is talking about the specifier,
not the number of arguments pa

Fix bug #69751

Change error message of sprintf/printf for missing/invalid position
specifier to make it clear that this is talking about the specifier,
not the number of arguments passed to the function. Also mention
the upper limit of INT_MAX.

Closes GH-7515.

show more ...