Skip to content

Instantly share code, notes, and snippets.

@ninnypants
Created March 28, 2012 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ninnypants/2224306 to your computer and use it in GitHub Desktop.
Save ninnypants/2224306 to your computer and use it in GitHub Desktop.
Avada Kedavra
<?php
function avada_kedavra() {
if(round(rand())){
return 'Rebound!!!! Dodge?';
}
die('Avada Kedavra!!!!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment