Class Test2Controller extends HomeController{ $t=1; public function index(){ global $t; echo $t; } }
syntax error, unexpected '$t' (T_VARIABLE), expecting function (T_FUNCTION)