$constants) { echo strtoupper($file) . ":\n"; foreach($constants AS $const => $val) { echo "\t" . $const . "\n"; echo "\t\t" . $val . "\n"; } echo "---------------------------\n"; } @define('PERM_SET_CHILD', 'Set the same permissions on all child directories');