bug77652.inc   [plain text]


<?php
return [
  'I' => function() {
    return new class implements I {};
  },
];