summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/preload_loadable_classes_2.inc
blob: d21384dcd4710e2a9b05ef934cdbe03d799e6ceb (plain)
1
2
3
4
5
6
<?php

class Test {
    const X = UNDEF;
    const Y = Foo::UNDEF;
}