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.29, 8.3.5 - 8.3.25, 8.4.1 - 8.4.12
bool(false)
Output for 8.1.30 - 8.1.33
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:
66.39 ms | 408 KiB | 5 Q