Functions Learning Mode

What would go in place of ?????? below to make this script execute without a fatal error?

   $a = 1;
   $b = 0;
   /* ?????? */
   $c = $a / $b;