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