Class Test{
public
$name
=
'呵呵'
;
function
__toString(){
return
$this
->name;
}
$t
new
Test();
define(
'TT'
,
);
echo
TT;