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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
36 - 6 = ?
Subscribe to this entry?

 
 [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: Thu May 02 11:01:31 2024 UTC