Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

multipleNamespacesWithOneClassUsingNonBraceSyntax.php 125B

1234567891011121314
  1. <?php
  2. namespace Foo\Bar
  3. {
  4. class TestClassInBar
  5. {
  6. }
  7. }
  8. namespace Foo\Baz
  9. {
  10. class TestClassInBaz
  11. {
  12. }
  13. }