Skip to content

Instantly share code, notes, and snippets.

@maykonmeier
Created August 3, 2014 19:11
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 maykonmeier/f2584447d244eed5231d to your computer and use it in GitHub Desktop.
Save maykonmeier/f2584447d244eed5231d to your computer and use it in GitHub Desktop.
<?php
// Define two constants
define('FOO', 2014);
define('FOO_BAR', 'Sea food');
// To print a constant, we have not to use $
echo FOO;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment