On 16 Sep 2014, at 21:46, Kingsquare.nl - Robin Speekenbrink 
<ro...@kingsquare.nl> wrote:

> As a userland point of view on this: will this have a shorthand?

No.

> i.e.
> what will happen if i leave out the second part?
> 
> ie.
> $var = $_GET['test'] ?? ;
> 
> would that be the same as
> $var = @$_GET['test’];

No, that would be a syntax error.
--
Andrea Faulds
http://ajf.me/





--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to