Exécute une chaîne comme un script PHP

Author:
<?php

$chaine= '$a= 10; $b=20; $c=$a+$b;print $c;';
print "Exécuter comme une chaîne simple: ".$cha