mirror of
https://github.com/php/php-src.git
synced 2026-03-31 12:42:29 +02: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.