Run Code
Browser not compatible.
<?php
$a=1; do { echo $a; $a++; } while($a<=10);
?>