If you write this in PHP : ``` PHP class MyMoodyClass { const good1 = ':)'; const good2 = ':D', bad1 = ':('; } ``` The bad1 const won't be visible in the outline or suggested for autocompletion.