3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo $uninitialised_variable, "Have I crashed yet?";
Output for 8.1.0, 8.2.0 - 8.2.30, 8.3.30, 8.4.18, 8.5.3
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:
38.03 ms | 523 KiB | 3 Q