mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02: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.