The Great Escape

<?php
$tunnelCompletion = 0;

while($tunnelCompletion < 100) {
    $tunnelCompletion++;
}
exit;
?>