Codice PHP:
    $q "Ciaò";
    echo 
$q '<br />';
    
$b = new clat($q);
    echo 
$b->getArg();
    class 
clat
    
{
        private 
$e;
        public function 
clat($e) { $this->$e; }
        public function 
getArg() { return $this->e; }
    } 
non gira nel mio programma... isolato sì