xref
: /
PHP-8.2
/
ext
/
opcache
/
tests
/
jit
/
gh8591-001.inc
(revision 69d263e2)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
declare(strict_types=1);
4
5
interface ModelInterface
6
{
7
}
8