DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / formatting / simple_class_def.php
1234567891011121314
<?php class class_name { public $var; function __construct() { ; } function testFunc() { ; } } ?>