<?php      
     $nom="Bob";
     $prenom="Dupont";
     $age=25;
     $compte=3457.57;
     $epargne=false;
?>