3.php 84 B

12345678910111213
  1. <?php
  2. namespace NS3_20130207;
  3. interface I3_20130207 {
  4. }
  5. class C3_20130207 {
  6. }