3v4l.org

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

preferences:
42.21 ms | 402 KiB | 5 Q