Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001494 [Quercus] minor always 12-05-06 19:38 12-07-06 04:41
Reporter koreth View Status public  
Assigned To nam
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.0 Product Version 3.1.0
  Product Build
Summary 0001494: Double negative assignment causes syntax error
Description This prints "1 1 -1" under PHP and a syntax error under Quercus:

<?php
$x = 1;
$y = -$z = -$x;
print "$x $y $z\n";
?>
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0001640)
nam
12-07-06 04:41

php/03ib
php/03ic
 
(0001641)
nam
12-07-06 04:41

issue resolved
 

- Issue History
Date Modified Username Field Change
12-05-06 19:38 koreth New Issue
12-07-06 04:35 nam Status new => assigned
12-07-06 04:35 nam Assigned To  => nam
12-07-06 04:41 nam Status assigned => resolved
12-07-06 04:41 nam Fixed in Version  => 3.1.0
12-07-06 04:41 nam Resolution open => fixed
12-07-06 04:41 nam Note Added: 0001640
12-07-06 04:41 nam Status resolved => closed
12-07-06 04:41 nam Note Added: 0001641


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