DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / php / php.editor / test / unit / data / testfiles / semantic / class003.php
1234567891011121314
<?php class User { public $x; protected $y; private $p1; private $p2; function f1 ($name) { $this->p1 = $name; } } ?>