mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Because the signature is checked at compile time, we know that the only possible return value (if there is no exception) is IS_LONG. So we can avoid some work.