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
 [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: Fri Apr 19 05:01:29 2024 UTC