<?php$num = 0;while (++$num && --$num){ print $num;}?>
The first condition itself fails thus the loop exists.
Previous Question Next Question
Your comments will be displayed only after manual approval.