mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
To clean up the mess here a bit, check for invalid octal digits with an explicit loop instead of mixing this into the string to number conversion. Also clean up some type usage.