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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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: Sat Apr 20 16:01:29 2024 UTC