c.inc 63 B

12345
  1. <?php
  2. class c {
  3. const TESTCONSTANT = "c::TESTCONSTANT";
  4. }