blob: afea701cec6cc74f7f0bc9c0814555997584361e [file]
<?php
const TEST = "test", DEFINE = "const define";
echo DEFINE . PHP_EOL;