getMessage(); } $const['missing'] = array_filter($const['missing']); echo "\n\nShowing missing constants:\n\n"; foreach($const['missing'] AS $file => $constants) { echo strtoupper($file) . ":\n"; foreach($constants AS $const => $val) { echo "\t" . $const . "\n"; echo "\t\t" . $val . "\n"; } echo "---------------------------\n"; }