Skip to content

Instantly share code, notes, and snippets.

@jarednova
Created June 29, 2014 02:26
Show Gist options
  • Save jarednova/78669a3cf254c0ba145a to your computer and use it in GitHub Desktop.
Save jarednova/78669a3cf254c0ba145a to your computer and use it in GitHub Desktop.
<?php
$test = function(){
echo 'test works';
};
$test();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment