Skip to content

Instantly share code, notes, and snippets.

@alexandrufulop
Last active September 15, 2018 18:33
Show Gist options
  • Select an option

  • Save alexandrufulop/ffcbd54b4344ee749ec13644a15873a4 to your computer and use it in GitHub Desktop.

Select an option

Save alexandrufulop/ffcbd54b4344ee749ec13644a15873a4 to your computer and use it in GitHub Desktop.
<?php
//Test how many times a php script runs
file_put_contents('runs.txt', 'executed'.PHP_EOL, FILE_APPEND);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment