Array ( )
This script runs:
SetCookie("com","bad cookie",0,"/",".com.");
SetCookie("ark42","good cookie",0,"/","ark42.com");
print_r($_COOKIE);
Load the page twice to see which cookie gets set