On Tue, Mar 8, 2016 at 9:59 AM, Midori Kocak <mtko...@gmail.com> wrote:
>
> $this->request->data['comments']['user_id'] = 
> $this->request->data['comments']['user_id'] ?? ‘value’;
> $this->request->data['comments']['user_id’]  ??= ‘value’;
>
RFC it so there's a proper vote process, but you've got mine (pending
a proper look at the PR).  Honestly feels like it was an oversight
when the coalesce operator was added.

-Sara

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

Reply via email to