ValidIntegers: bug fix - binary and hex numbers are case-insensitive by jrfnl · Pull Request #909 · PHPCompatibility/PHPCompatibility

@jrfnl

* Hex numbers were already handled correctly, but there was no unit test safe guarding the case-insensitive matching.
* Binary numbers using an uppercase `B` were _not_ handled correctly so far.
    This has been fixed, including adding a unit test to safe guard this.

wimg

wimg approved these changes Oct 16, 2019

@wimg wimg deleted the feature/validintegers-bug-fix-case-sensitivity branch

October 16, 2019 16:45