<?php error_reporting(E_ALL); class A { static public function test() { echo 'hallo'; } } $a = new A; $a->test(); $a = array(); echo $a['foo'];
You have javascript disabled. You will not be able to edit any code.