php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #28427 &&= feature request
Submitted: 2004-05-18 06:05 UTC Modified: 2010-12-20 15:48 UTC
From: fgasper at uiuc dot edu Assigned:
Status: Wont fix Package: *General Issues
PHP Version: 4.3.6 OS: n/a
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: fgasper at uiuc dot edu
New email:
PHP Version: OS:

 

 [2004-05-18 06:05 UTC] fgasper at uiuc dot edu
Description:
------------
Could a &&= operator be added to PHP? In other words:

$a = $a && $b

would become

$a &&= $b


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-12-20 15:48 UTC] jani@php.net
-Status: Open +Status: Wont fix -Package: Feature/Change Request +Package: *General Issues
 [2010-12-20 15:48 UTC] jani@php.net
Pointless, no other lang has this and it would be quite ambiguous.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 09:01:27 2024 UTC