define("TEST", "Merhaba dünya");

if (defined('TEST')) {
echo "tanımlı";
}

ile sabitlerinizi kontrol edebilirsiniz