[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/language/_operators.xml?=
From:       Pasindu_De_Silva <pasindu () php ! net>
Date:       2015-04-29 17:21:39
Message-ID: svn-pasindu-1430328099-336682-1539157014 () svn ! php ! net
[Download RAW message or body]

pasindu                                  Wed, 29 Apr 2015 17:21:39 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=336682

Log:
Added Null Coalesce Operator
https://wiki.php.net/rfc/isset_ternary

Changed paths:
    U   phpdoc/en/trunk/language/operators.xml

Modified: phpdoc/en/trunk/language/operators.xml
===================================================================
--- phpdoc/en/trunk/language/operators.xml	2015-04-29 07:30:53 UTC (rev 336681)
+++ phpdoc/en/trunk/language/operators.xml	2015-04-29 17:21:39 UTC (rev 336682)
@@ -1291,6 +1291,14 @@
         Available as of PHP 7.
        </entry>
       </row>
+      <row>
+       <entry>$a ?? $b ?? $c</entry>
+       <entry>Null Coalesce Operator</entry>
+       <entry>
+        Returns the first operand from left to right that exists and not NULL.
+        If nothing exsits will return NULL.
+       </entry>
+      </row>
      </tbody>
     </tgroup>
    </table>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic