$str='Domani non ci sono. $pippo';
$pippo = "Ciao a tutti";
eval("\$str = \"$str\";");
echo $str;