It could be implemented but I don't see the big advantage over $bar ? 0 : $base
It's one character...

At 02:09 PM 4/15/2004 -0400, Sean Coates wrote:
Is there a good reason to NOT implement this?
If not, I'm +1 on that (if I carry ANY weight at all (-: )

BC isn't an issue, and it would be a very useful feature, IMHO..

S

Sascha Schumann wrote:
    That is basically the same idea once proposed as extending
    the ternary operator (credit goes to GCC and its C extension).
    $bar ? : $baz;
    If $bar evaluates to true, the expression evaluates to $bar
    or to 0, respectively.
    - Sascha

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

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



Reply via email to