xref
: /
PHP-7.2
/
Zend
/
tests
/
bug77652.inc
(revision 53881438)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
return [
3
'I' => function() {
4
return new class implements I {};
5
},
6
];
7