Code Snippets Php

for ($i = 65 ; $i < 91 ; $i++)
{
printf ('%s ', $PHP_SELF, chr($i), chr($i));
}
?>