From:             [EMAIL PROTECTED]
Operating system: win2000
PHP version:      4.0.6
PHP Bug Type:     *General Issues
Bug description:  if else statement correct in 4.0.5 but not 4.0.6

the script below runs correctly in 4.0.5 but there is "parse error" in
4.0.6. It seems that you can't break if else into two parts.

<?php
if  (1==1)
echo 1;
?>
<?
else
echo 0;
?>
-- 
Edit bug report at: http://bugs.php.net/?id=12407&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to