Mantis - Quercus
Viewing Issue Advanced Details
613 minor always 12-01-05 08:00 04-06-06 14:27
bago  
ferg  
normal  
closed  
fixed  
none    
none 3.0.18  
0000613: switch case bad behaviour
<?
$res = '1foo';
switch($res) {
    case 1: print('wrong!'); break;
    default: print('ok');
}
?>

quercus prints "wrong!" while php prints "ok".

There are no notes attached to this issue.