4.php 108 B

1234567891011121314151617
  1. <?php
  2. namespace NS4_20130207;
  3. interface I4_20130207 {
  4. }
  5. class C4_20130207 {
  6. }
  7. trait T4_20130207 {
  8. }