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

Reply via email to