expandClass.special.php 58 B

1234567
  1. <?php
  2. use A\B as C;
  3. enum E {}
  4. trait T {}
  5. interface I {}