Skip to content

Instantly share code, notes, and snippets.

@eskrano
Created May 31, 2016 15:49
Show Gist options
  • Save eskrano/d77f1dec837bcdb50783e7663a3a97be to your computer and use it in GitHub Desktop.
Save eskrano/d77f1dec837bcdb50783e7663a3a97be to your computer and use it in GitHub Desktop.
<?php
exec('php lol.php');
<?php
for ($i = 0; $i < 1000; $i ++ )
{
echo $i , PHP_EOL;
}
exec('php action.php');
exit(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment