3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); class a { public static function test() { echo 'hallo'; } } $a = new A; $a->test(); $a = array(); echo $a['foo'];

preferences:
32.82 ms | 402 KiB | 5 Q