summaryrefslogtreecommitdiff
path: root/Zend/tests/bug77652.inc
blob: ee8b7dc4690a0fe2553c8cc609851d41460c4a47 (plain)
1
2
3
4
5
6
<?php
return [
  'I' => function() {
    return new class implements I {};
  },
];