constants_basic_003.inc 58 B

12345
  1. <?php
  2. class A {
  3. const MY_CONST = "hello from A";
  4. }
  5. ?>