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