<?php $i = 10; while ($i > 0 && --$i); var_dump($i);
You have javascript disabled. You will not be able to edit any code.