??= operator

php.internals

Midori Kocak

9 years ago
Dear internals, Remember ??=, was accepted with 37/4 votes? Since then I did not have time to implement the ??= because I did not have time Hence I am currently unemployed and continuously passing tech interviews and failing non-technical 2. rounds, I have plenty of time, so I decided to going back to implementations. Sometime ago I got ?:= implementation from @saramg, for cheating but I see that it was not implemented due to edge cases. I think I missed some discussion for a while, so I am unaware of the cases. Was there a decision about it? Or should I give up trying to implement this? Thank you very much, Midori P.S: Sorry for English mistakes if there are.

Christoph Becker

9 years ago
On 22.12.2016 at 20:58, Midori Koçak wrote:
> Dear internals, > > Remember ??=, was accepted with 37/4 votes? > > Since then I did not have time to implement the ??= because I did not have > time > > Hence I am currently unemployed and continuously passing tech interviews > and failing non-technical 2. rounds, I have plenty of time, so I decided to > going back to implementations. Sometime ago I got ?:= implementation from > @saramg, for cheating but I see that it was not implemented due to edge > cases. I think I missed some discussion for a while, so I am unaware of the > cases. > > Was there a decision about it? Or should I give up trying to implement this?
The latest relevant info I have regarding this issue is <https://github.com/php/php-src/pull/1795#issuecomment-231535478>.
-- Christoph M. Becker