Re: [PHP-DEV] Re: PHP 4.0 Bug #4037 Updated: improper parsing of logical statements From: Joey Smith (joey <email protected>)
Date: 08/15/00

Using latest CVS of both PHP3 and PHP4 I ran both (1) and (2) as listed
in the bug...here's what I get:

[ joey ] ~ 337-->php4 -f i
right ! t: 1 w: 2
right ! t: 2 w: 3

[ joey ] ~ 338-->php3 -f i
right ! t: 1 w: 2
right ! t: 2 w: 3

Looks to me like 3 & 4 behave the same...am I missing something?

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>