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:
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:
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