DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / php / php.editor / test / unit / data / testfiles / markoccurences / testIssue133465 / testIssue133465.php
12345678
<?php class ClassName { private $URL; function fnc(){ $this->$x="st $this->$URL"; return $this->$URL; } }