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 Fri Apr 19, 2024 9:55 am

All times are UTC




Post a reply
Username:
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
   

Topic review - SYNTAX CHECK PROBLEM
Author Message
  Post subject:  Re: SYNTAX CHECK PROBLEM  Reply with quote
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 ;)
Post Posted: Mon Sep 21, 2020 9:06 pm
  Post subject:  SYNTAX CHECK PROBLEM  Reply with quote
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.
Post Posted: Sat Sep 05, 2020 2:40 am

All times are UTC


Jump to:  
Powered by phpBB © 2016 phpBB Group