DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / php / php.editor / test / unit / data / testfiles / semantic / issue194535.php
12345678910111213
<?php class Tomas { private $test; function mama($neco) { $a = $this->test[$neco]; return $this->test[$neco]['name']; } } ?>