mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
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.