bug77652.inc 83 B

123456
  1. <?php
  2. return [
  3. 'I' => function() {
  4. return new class implements I {};
  5. },
  6. ];