php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #12978 Multiple isset
Submitted: 2001-08-27 10:07 UTC Modified: 2002-02-06 12:05 UTC
From: wico at cnh dot nl Assigned: alindeman (profile)
Status: Closed Package: Documentation problem
PHP Version: 4.0.6 OS: linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: wico at cnh dot nl
New email:
PHP Version: OS:

 

 [2001-08-27 10:07 UTC] wico at cnh dot nl
Hiya,

I'd like to see that isset would take more parameters to test
like:

$a = $b = $c = 1 ;

if (isset($a)) echo "isset"; // TRUE
if (isset($a, $b, $c)) echo "isset"; // TRUE
if (isset($a,$b,$d)) echo "isset"; // FALSE

you will get my point i guess

Greetz,

Wico

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-28 21:16 UTC] yohgaki@php.net
Implemented.
 [2002-01-29 12:44 UTC] sander@php.net
Neat! Reopened as a documentation problem.
 [2002-02-06 12:05 UTC] alindeman@php.net
Changed it in the CVS, will take effect in a day or so.  Cool feature ;-)

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 17:01:30 2025 UTC