<?php class Foo { public function offsetGet() { return 'foo'; } } $foo = new Foo(); var_dump($foo['bar']);
You have javascript disabled. You will not be able to edit any code.