3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('display_errors', '1'); error_reporting(-1); $i++; // correctly shows notice echo "\n\n"; $x = &$foo->bar['bazz']['yadda']; // no notices $x[] = 123; var_export($foo); // but it exists! all of it! ?>

preferences:
50.04 ms | 402 KiB | 5 Q