php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #805 Unsetting a variable/array element
Submitted: 1998-10-01 11:45 UTC Modified: 1999-03-20 18:47 UTC
From: Florian dot Xhumari at inria dot fr Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 3.0.4 OS:
Private report: No CVE-ID: None
 [1998-10-01 11:45 UTC] Florian dot Xhumari at inria dot fr
It seems that there is no way to unset a variable (so that isset($var) gives false afterwards).

Also, there is no way of removing an element of an (associative) array.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-03-20 18:47 UTC] sas
unset's were corrected in 3.0.5+
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 00:01:28 2024 UTC