I understand the semicolon is not needed on a last line but that is not the case.
I'll check the syntax library.
Thanks.
Search found 3 matches
- Wed Feb 24, 2010 8:03 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: PHP Syntax Check - RapidPHP 2010
- Replies: 4
- Views: 2485
- Wed Feb 24, 2010 2:23 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: PHP Syntax Check - RapidPHP 2010
- Replies: 4
- Views: 2485
Re: PHP Syntax Check - RapidPHP 2010
It worked in 2008 and 2009 no problem but since upgrading the below particular error is not being picked up.
$test = $test
Should be $test = $test;
This is the most common error I have found that it doesn't recognize, missing separators.
Thanks.
$test = $test
Should be $test = $test;
This is the most common error I have found that it doesn't recognize, missing separators.
Thanks.
- Sat Feb 20, 2010 4:52 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: PHP Syntax Check - RapidPHP 2010
- Replies: 4
- Views: 2485
PHP Syntax Check - RapidPHP 2010
Hi, I am running RapidPHP 2010 and the PHP Syntax Checker is not picking up missing separators. I have tried it on two machines and even tried reinstalling but still no joy. It worked fine in 2009 and 2008. I've gone through the settings and there is nothing obvious to me. Anyone else notice this ...