<?php class A { const B = '1.4'; const C = '1.5'; public static $ver = self::B . '.' . self::C; public function e() { echo self::$ver; } } $a = new A(); $a->e();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`