Skip to content

Instantly share code, notes, and snippets.

@SerafimArts
Created November 23, 2017 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SerafimArts/c813dff1be088b9a03ca1c2705db7c3f to your computer and use it in GitHub Desktop.
Save SerafimArts/c813dff1be088b9a03ca1c2705db7c3f to your computer and use it in GitHub Desktop.
<?php
function This an EPIC test for the King()
{
return __FUNCTION__ . ' says ' . 42;
}
echo This an EPIC test for the King();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment