> What still worries me personally is ===. What do you think would be the
> least incorrect way to handle ===
> 2) === is not affected by strict_comparisons.

I think not changing it is the correct thing to do.....but I think it
needs more thinking about.

Btw, the RFC would need to cover all cases of comparison. e.g. within
for loops as well as if statements because:

$initialValue = "2bananas";
for ($x=$initialValue ; $x<10; $x++) {
    echo "$x\n";
}

cheers
Dan

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

Reply via email to