Skip to content

Instantly share code, notes, and snippets.

@ahuggins
Created January 10, 2017 22:03
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 ahuggins/62fb7e0b773ed75f51fc6e8f639c308b to your computer and use it in GitHub Desktop.
Save ahuggins/62fb7e0b773ed75f51fc6e8f639c308b to your computer and use it in GitHub Desktop.
<?php
namespace Something {
const example = 'test';
}
namespace Another {
const example = 'anothervalue';
}
namespace Third {
const example = 'thirdvalue';
}
namespace Fourth {
const example = 'guess';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment