php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #70745 Document new PHP7 operators under Operator Precedence
Submitted: 2015-10-19 22:09 UTC Modified: 2015-10-22 12:34 UTC
From: lbayuk at users dot sourceforge dot net Assigned: bwoebi (profile)
Status: Closed Package: Documentation problem
PHP Version: 7.0.0RC5 OS:
Private report: No CVE-ID: None
 [2015-10-19 22:09 UTC] lbayuk at users dot sourceforge dot net
Description:
------------
In the Operator Precedence page of the reference manual:
http://php.net/manual/en/language.operators.precedence.php
the two new operators in PHP7 are not listed: spaceship <=> and null coalesce ??.

Although these new operators are documented on the Comparison Operators page, they should also be listed along with other operators on the Operator Precedence page.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-10-22 12:33 UTC] bwoebi@php.net
Automatic comment from SVN on behalf of bwoebi
Revision: http://svn.php.net/viewvc/?view=revision&amp;revision=338021
Log: Fixed bug #70745 (Document new PHP7 operators under Operator Precedence)

Added spaceship and null-coalesce
 [2015-10-22 12:34 UTC] bwoebi@php.net
-Status: Open +Status: Closed -Type: Bug +Type: Documentation Problem -Assigned To: +Assigned To: bwoebi
 [2020-02-07 06:07 UTC] phpdocbot@php.net
Automatic comment on behalf of bwoebi
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=fbee8b3790fc1ea6653f0c564203e7032a09b945
Log: Fixed bug #70745 (Document new PHP7 operators under Operator Precedence)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 12:01:30 2024 UTC