<?php define("DATA_PATH", "AAA"); class aaa { public static $b; public function __construct() { self::$b = DATA_PATH."BBB"; } } $t = new aaa(); echo $t::$b;
You have javascript disabled. You will not be able to edit any code.