3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_NOTICE); $foo = array('a'=>'first', 'b'=>'secound'); $bar = @$foo['c']; printf("Element: %s", $bar);

preferences:
34.62 ms | 402 KiB | 5 Q