Skip to content

Instantly share code, notes, and snippets.

@joshghent
Created February 10, 2019 22:54
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 joshghent/6db867f7461575cfe98a6e3e55af434a to your computer and use it in GitHub Desktop.
Save joshghent/6db867f7461575cfe98a6e3e55af434a to your computer and use it in GitHub Desktop.
ElatedCuddlyMachinecode created by joshghent - https://repl.it/@joshghent/ElatedCuddlyMachinecode
class TestClass {
const aVariable = 'test';
}
echo TestClass::aVariable;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment