mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
746b1cf43e
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.