classInScopedNamespace.php 66 B

123456789
  1. <?php
  2. namespace Foo\BarScoped {
  3. class TestClass {
  4. }
  5. }