xref
: /
php-src
/
ext
/
opcache
/
tests
/
preload_const_autoload_2.inc
(revision df243f19)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
class Test {
4
const C = Foo::BAR;
5
}
6