$constants) { echo strtoupper($file) . ":\n"; foreach($constants AS $const => $val) { echo "\t" . $const . "\n"; echo "\t\t" . $val . "\n"; } echo "---------------------------\n"; } @define('SYNDICATION_PLUGIN_XML_DESC', 'Set to "none" if you only want to show a text link.');