mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01:00
As of PHP 8.0.0, these functions are supposed to return int, so we cannot return `false`. Since calling the parser recursively is a programmer error, we throw an `Error` in this case. Cf. <https://github.com/php/php-src/pull/7363>.