Skip to content

Instantly share code, notes, and snippets.

@xmgr
Created January 29, 2018 20:44
Show Gist options
  • Save xmgr/346eeb763b68b387377645b91db4f0f4 to your computer and use it in GitHub Desktop.
Save xmgr/346eeb763b68b387377645b91db4f0f4 to your computer and use it in GitHub Desktop.
Short loop foo-bar-foobar - the array-way
<?php while(++$i<99)echo['Foo','Bar','Foobar'][$i%6?$i%2?$i%3?'':1:0:2];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment