<?php $foo = "a"; for ($i = 0; $i < 255; $i++) { echo bin2hex(++$foo) . PHP_EOL; }
You have javascript disabled. You will not be able to edit any code.