php-src/Zend/tests/bug77652.inc
2019-02-22 10:11:54 +01:00

7 lines
83 B
PHP

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