Skip to content

Instantly share code, notes, and snippets.

@aheadley
Created July 20, 2012 20:21
Show Gist options
  • Save aheadley/3153013 to your computer and use it in GitHub Desktop.
Save aheadley/3153013 to your computer and use it in GitHub Desktop.
<?php
include "file2.php";
while(true) {
doStuff();
}
<?php
function doStuff() {
// do stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment