classInScopedNamespace.php 66 B

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