mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
41df5c0675
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.