CodeLobster IDE

Free cross-platform PHP IDE (HTML, PHP, CSS, JavaScript, Python code editor) with support Drupal, Joomla, Twig, JQuery, BackboneJS, LaravelJS, Node.js, CodeIgniter, CakePHP, Laravel, Magento, MeteorJS, Phalcon, Symfony, VueJS, WordPress, Yii
It is currently Thu Mar 28, 2024 10:45 am

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: SYNTAX CHECK PROBLEM
PostPosted: Sat Sep 05, 2020 2:40 am 
I bought tonight the Lite version of Codelobster PHP Edition, and I had the first disappointment.
Code:
                    switch (true) {
                        case (>100000) and (<=500000) {                                 
                                 = 50000;
                                break;
                  }                   
                                    
                        case (>500000) and (<=1000000) :
                                 = 75000;
                                break;
                           
                        case (>=1000000) :
                                 = 100000;
                                break;
                           
                        default :
                            =0;
                            break;
                       
                    }

This piece of code, you have a syntax error, but our program ignores it. Someone can tell me how to intervene on the parameters or other so that the problem can be solved.


Report this post
Top
  
Reply with quote  
 Post subject: Re: SYNTAX CHECK PROBLEM
PostPosted: Mon Sep 21, 2020 9:06 pm 
Offline

Joined: Fri Mar 22, 2019 10:13 pm
Posts: 62
Location: www
Simon69 Wrote:
I bought tonight the Lite version of Codelobster PHP Edition, and I had the first disappointment.

This piece of code, you have a syntax error, but our program ignores it. Someone can tell me how to intervene on the parameters or other so that the problem can be solved.


You have to adjust the error reporting in settings.
so far I know at least ;)


Last bumped by Anonymous on Mon Sep 21, 2020 9:06 pm.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 105 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2016 phpBB Group