<?php

$_COOKIE = [];
if (is_null($_COOKIE['test'])) {
	echo "Is null\n";
}
