Skip to content

Instantly share code, notes, and snippets.

@themisir
Last active June 20, 2018 19:43
Show Gist options
  • Save themisir/95232e0d9f93fff4fff98154a35e42c8 to your computer and use it in GitHub Desktop.
Save themisir/95232e0d9f93fff4fff98154a35e42c8 to your computer and use it in GitHub Desktop.
<?php
define('CONSTANT_1', 12);
define('CONSTANT_2', 'Kodera');
define('CONSTANT_3', 'Salam, '.CONSTANT_2);
const CONSTANT_4 = 'Mən sabitəm';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment