3v4l.org

run code in 300+ PHP versions simultaneously
<?php function please_dont_do(): int|never { if (rand() === 0) { exit; } return 1; }
Output for 8.5.3
Fatal error: never can only be used as a standalone type in /in/IWMlC on line 3 Stack trace: #0 {main}
Process exited with code 255.
Output for 8.1.34, 8.2.30, 8.3.30, 8.4.18
Fatal error: never can only be used as a standalone type in /in/IWMlC on line 3
Process exited with code 255.
Output for 8.0.1

preferences:
154.8 ms | 1015 KiB | 7 Q