mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
3f76f9416f
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.