Skip to content

Instantly share code, notes, and snippets.

@Tim-Machine
Created October 8, 2013 01:24
Show Gist options
  • Select an option

  • Save Tim-Machine/6877955 to your computer and use it in GitHub Desktop.

Select an option

Save Tim-Machine/6877955 to your computer and use it in GitHub Desktop.
<?php
// side effect: change ini settings
ini_set('error_reporting', E_ALL);
// side effect: loads a file
include "file.php";
// side effect: generates output
echo "<html>\n";
// declaration
function foo()
{
// function body
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment