mirror of
https://github.com/php/php-src.git
synced 2026-04-01 21:22:13 +02:00
The never type can be used to indicate that a function never returns, for example because it always unwinds. RFC: https://wiki.php.net/rfc/noreturn_type Closes GH-6761.