bug74922b.inc 84 B

123456789
  1. <?php
  2. namespace Bug74922;
  3. const FOO = 'foo';
  4. trait T1 {
  5. public $var = FOO;
  6. }