Hi!

> To point that out: I _don't_ want to change the behaviour, which means
> 
> | $foo['xy'] ?:= 'bar';
> 
> would trigger a notice like
> 
> | $foo['xy'] = $foo['xy'] ?: 'bar';

Then I personally don't see much point in it. Saving a couple of
keystrokes IMHO is not really worth it.
-- 
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

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

Reply via email to