The function is described as "void unset ( mixed $var [, mixed $var [, mixed $... ]] )"
You should use unset($a); in that case. -----Mensaje original----- De: Ralph Deffke [mailto:ralph_def...@yahoo.de] Enviado el: martes, 25 de agosto de 2009 13:07 Para: php-general@lists.php.net Asunto: Re: [PHP] Re: unset() something that doesn't exist <?php $a = "bhsdhjk"; unset(); ?> Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `'$'' in C:\wamp\www\TinyCreator\testCrapp8.php on line 5 "the function! doen't exist its a language construct http://us.php.net/manual/en/function.unset.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php