Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
702 | feature | always | 01-04-06 23:39 | 01-07-06 12:06 | |
|
|||||
Reporter: | Anoop K Achuthan | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.17 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.18 | ||
|
|||||
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: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|