Which array declaration is better?



$t["test"] = "1";
$t[test] = "1";

They are the same, so which style is better and recommended?

Thanks.

Howa

.