xref: /PHP-7.4/Zend/tests/bug77652.inc (revision 53881438)
1<?php
2return [
3  'I' => function() {
4    return new class implements I {};
5  },
6];
7