phpstan-src
phpstan-src copied to clipboard
fix `sscanf()` inference with regex format patterns
closes https://github.com/phpstan/phpstan/issues/7563 closes https://github.com/phpstan/phpstan/issues/7764
This fails for '%[%[]' which should have size 1.
This fails for
'%[%[]'which should have size 1.
good catch, fixed
rebased
Thank you.