Last active
January 29, 2018 20:23
-
-
Save xmgr/24e59c6e2602958a967e5ff152dce4f6 to your computer and use it in GitHub Desktop.
Ultra fucking short foo-bar-foobar loop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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