<?php class Test { private $foo = true; } function foo($x) { $o = (array) new Test; return $o[$x]; }
Absolute best score: 11