preload_bug78376.inc 81 B

123456
  1. <?php
  2. const CNST = 'aaaa';
  3. class A {
  4. public static $a = CNST;
  5. }
  6. $a = \A::$a;