multipleNamespacesWithOneClassUsingBraces.php 97 B

12345678910111213
  1. <?php
  2. namespace Foo\Bar;
  3. class TestClassInBar
  4. {
  5. }
  6. namespace Foo\Baz;
  7. class TestClassInBaz
  8. {
  9. }