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