Skip to content

Instantly share code, notes, and snippets.

@develCuy
Last active June 17, 2016 13:41
Show Gist options
  • Save develCuy/72dc1232ce4a77bed32ad66269f82c11 to your computer and use it in GitHub Desktop.
Save develCuy/72dc1232ce4a77bed32ad66269f82c11 to your computer and use it in GitHub Desktop.
ta ta! ta!! ta!!! ta!!!!
<?php
/**
* @author: Maestro Longaniza (Q.E.P.D)
*
* Rev 1 by develCuy.
*/
$emphasys = '';
for ($i = 1; $i <= 5; $i++) {
print "ta" . $emphasys . " ";
$emphasys = $emphasys . "!";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment