mirror of
https://github.com/php/php-src.git
synced 2026-04-22 15:38:49 +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.