summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/preload_const_autoload_2.inc
blob: 9367902adf53d43f4c2c02875d1616901424d521 (plain)
1
2
3
4
5
<?php

class Test {
    const C = Foo::BAR;
}