<?php for ($i = 'a'; $i < 'z'; $i++){ echo "$i\n"; } echo $i; // 'z'
You have javascript disabled. You will not be able to edit any code.