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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 07:01:30 2024 UTC