isset
call in a ternary operator been transformed into a proposal to introduce a new operator ??
which will return the first operand if it exists and is not NULL
, otherwise the second: $_GET['mykey'] ?? "";
$_GET['mykey'] ?? "";
Voting has already started.or
for all existing loop constructs in PHP, which would be executed if the loop condition is false already at the first iteration.list()
when used with strings.<%
and <script language=php>
tags.default
blocks in the switch
construction was adopted unanimously.Source: https://habr.com/ru/post/237603/
All Articles