3v4l.org

run code in 500+ PHP versions simultaneously
<?php echo $uninitialised_variable, "Have I crashed yet?";
Output for 8.1.0, 8.2.0 - 8.2.31, 8.3.5 - 8.3.31, 8.4.9 - 8.4.22, 8.5.3 - 8.5.7
Warning: Undefined variable $uninitialised_variable in /in/ABevD on line 3 Have I crashed yet?
Output for 5.6.40, 7.2.0, 7.4.0 - 7.4.8
Notice: Undefined variable: uninitialised_variable in /in/ABevD on line 3 Have I crashed yet?

preferences:
49.86 ms | 568 KiB | 4 Q