Mantis - Quercus
Viewing Issue Advanced Details
702 feature always 01-04-06 23:39 01-07-06 12:06
Anoop K Achuthan  
 
normal  
closed 3.0.17  
fixed  
none    
none 3.0.18  
0000702: Not implemented ":" syntax for control structures
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;
---------------------------------------


Notes
(0000643)
ferg   
01-07-06 12:06   
Duplicate of 0000536