ValidIntegers: bug fix - binary and hex numbers are case-insensitive by jrfnl · Pull Request #909 · PHPCompatibility/PHPCompatibility
* 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 approved these changes Oct 16, 2019
wimg
deleted the
feature/validintegers-bug-fix-case-sensitivity
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters