naomichi-y / php_syntax_checker

This package is plugins for Sublime Text 2 and 3. When you save PHP file, perform syntax check of PHP
39 stars 14 forks source link

php 7 syntax not working #18

Open Vijayit87 opened 6 years ago

Vijayit87 commented 6 years ago

My code empty($salary) === false ?? false;

Error message wen i save the file. PHP Parse error: syntax error, unexpected '?'

Can you kindly fix this

ghost commented 5 years ago

This is the issue of your default command line PHP which would not be PHP 7. You need to use PHP 7 version for your command line