preload_undef_const.inc 56 B

1234
  1. <?php
  2. class Foo {
  3. const A = self::DOES_NOT_EXIST;
  4. }