xref
: /
PHP-8.2
/
ext
/
opcache
/
tests
/
gh8063
/
Foo.inc
(revision f20e11cb)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
class Foo
4
{
5
function dummy(): void
6
{
7
}
8
}
9