DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / formatting / namespaces1.php.formatted
12345678910111213
<?php namespace D\C; class CL { public function __construct() { echo 'test'; } } ?>