mirror of
https://github.com/php/php-src.git
synced 2026-04-01 13:12:16 +02: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.