$text

"; break; default: die("invalid notification type: $type"); } } // Echo all notifications function NTFY_EchoAllNotices () { global $NTFY_NoticesStack; foreach ($NTFY_NoticesStack as $notice) { echo "$notice\n"; } } ?>