Bug #60672 [Bgs]: ELSEIF/ELSE IF doesn't work

2012-01-09 Thread danillo dot paiva dot toledo at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=60672&edit=1 ID: 60672 User updated by:danillo dot paiva dot toledo at gmail dot com Reported by:danillo dot paiva dot toledo at gmail dot com Summary:ELSEIF/ELSE IF doesn't work Status:

Bug #60672 [Opn]: ELSEIF/ELSE IF doesn't work

2012-01-06 Thread danillo dot paiva dot toledo at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=60672&edit=1 ID: 60672 User updated by:danillo dot paiva dot toledo at gmail dot com Reported by:danillo dot paiva dot toledo at gmail dot com Summary:ELSEIF/ELSE IF doesn't work Status:

[PHP-BUG] Bug #60672 [NEW]: ELSEIF/ELSE IF doesn't work

2012-01-06 Thread danillo dot paiva dot toledo at gmail dot com
From: Operating system: Windows XP PHP version: Irrelevant Package: Variables related Bug Type: Bug Bug description:ELSEIF/ELSE IF doesn't work Description: $x = 0; $y = "some_string"; if( $x == 2 ) { echo "X = 2."; echo "Inner first