Forum Moderators: coopster
$ILoveSushi = NULL;
or
unset($ILoveSushi);
...or, if you want to keep the variable as an array but completely empty it, do this:
$ILoveSushi = array();