3v4l.org

run code in 300+ PHP versions simultaneously
<?php function gimmeFalse() : false { return false; } var_dump(gimmeFalse());
Output for 8.2.22 - 8.2.30, 8.3.5 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
bool(false)
Output for 8.1.30 - 8.1.34
Fatal error: False can not be used as a standalone type in /in/MqsvC on line 3
Process exited with code 255.
Output for 7.2.0 - 7.2.31, 7.3.0 - 7.3.19, 7.4.0 - 7.4.7
Fatal error: Cannot use 'false' as class name as it is reserved in /in/MqsvC on line 3
Process exited with code 255.

preferences:
52.72 ms | 970 KiB | 4 Q