Skip to content

Instantly share code, notes, and snippets.

@kenjis
Created October 17, 2012 04:03
Show Gist options
  • Save kenjis/3903634 to your computer and use it in GitHub Desktop.
Save kenjis/3903634 to your computer and use it in GitHub Desktop.
<?php
namespace foo;
define('FOO', 'FOO');
define('foo\FOO', 'foo\FOO');
var_dump(FOO);
var_dump(\FOO);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment