Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000613 [Quercus] minor always 12-01-05 08:00 04-06-06 14:27
Reporter bago View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0000613: switch case bad behaviour
Description <?
$res = '1foo';
switch($res) {
    case 1: print('wrong!'); break;
    default: print('ok');
}
?>

quercus prints "wrong!" while php prints "ok".
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
12-01-05 08:00 bago New Issue
04-06-06 14:27 ferg Assigned To  => ferg
04-06-06 14:27 ferg Status new => closed
04-06-06 14:27 ferg Resolution open => fixed
04-06-06 14:27 ferg Fixed in Version  => 3.0.18
04-06-06 14:27 ferg View Status @0@ => public


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker