ketsakda
$name = "shello"; echo $name; class Test{ function all(){ return "hello"; } } (new Test())->all()
shello => "hello"