Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000702 [Quercus] feature always 01-04-06 23:39 01-07-06 12:06
Reporter Anoop K Achuthan View Status @0@  
Assigned To
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.18 Product Version 3.0.17
  Product Build
Summary 0000702: Not implemented ":" syntax for control structures
Description The following valid php code is not working with Quercus.
----------------------------------------
if( $a>=10000 ): // note the colon
  echo 'Testing...1';
  echo 'Testing...Quercus';
elseif( $a<=5000 ):
  echo 'Something...';
  echo 'Erro..';
else:
  echo 'Just nice... ';
  echo 'Hope you will fix this';
endif;
---------------------------------------

Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0000643)
ferg
01-07-06 12:06

Duplicate of 0000536
 

- Issue History
Date Modified Username Field Change
01-04-06 23:39 Anoop K Achuthan New Issue
01-07-06 12:06 ferg Status new => closed
01-07-06 12:06 ferg Note Added: 0000643
01-07-06 12:06 ferg Resolution open => fixed
01-07-06 12:06 ferg Fixed in Version  => 3.0.18


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