summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/preload_bug78376.inc
blob: 87145ba3c5abdf7347607d7b62aee828c673fec9 (plain)
1
2
3
4
5
6
<?php
const CNST = 'aaaa';
class A {
    public static $a = CNST;
}
$a = \A::$a;