xref
: /
PHP-8.3
/
ext
/
opcache
/
tests
/
gh8846-2.inc
(revision 0600f513)
Home
History
Annotate
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
var_dump(Foo::BAR);
3
class Foo {
4
const BAR = true;
5
}
6