Hello Christian,

Saturday, July 10, 2004, 10:46:51 AM, you wrote:

> Sascha Schumann wrote:
>>     This rule would favor the "a ? : b" notation - which has
>>     been supported by GCC for at least five years.

> My personal reasons against ?: :
> - It's non-standard and not well known even though GCC supports it.
> - It's hard to look up.
> - It's easily confused with $a ? $b : $c;
> - It's ugly (-:C

Yeah all good reasons against.

Maybe i could add that GCC's ?: is different from the intended behavior
because we are doing "isset($a) ? $a : $b" in contrast to "$a ? $a : $b"

Best regards,
 Marcus                            mailto:[EMAIL PROTECTED]

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

Reply via email to