#!/usr/local/bin/php <; } else if ($i % 5 == 0) { echo "Buzz" ; } else if ($i % 3 == 0) { echo "Fizz" ; } else{ echo "%d"; } } ?>