Die Hard

<?php
  $terrorists = 12;
  while ($terrorists > 0) echo strval(--$terrorists / 0);
?>
Vote up this code5