DEBSOURCES
Skip Quicknav
sources / php-token-stream / 1.3.0-1 / tests / _fixture / multipleNamespacesWithOneClassUsingBraces.php
123456789101112
<?php namespace Foo\Bar; class TestClassInBar { } namespace Foo\Baz; class TestClassInBaz { }