Skip to content

Instantly share code, notes, and snippets.

@xmgr
Last active January 29, 2018 20:23
Show Gist options
  • Save xmgr/24e59c6e2602958a967e5ff152dce4f6 to your computer and use it in GitHub Desktop.
Save xmgr/24e59c6e2602958a967e5ff152dce4f6 to your computer and use it in GitHub Desktop.
Ultra fucking short foo-bar-foobar loop
<?php while(++$i<99)echo$i%6?$i%2?$i%3?'':'Bar':'Foo':'Foobar';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment