PHP 7 in 9.3

I just downloaded both Komodo Edit and Komodo IDE (both 9.3), as I’m trying to find an editor with PHP 7 support and the new features list for 9.3 stated just that.

I’ve tried the null coalescent operator, the spaceship operator, scalar type hinting and function return hint, all with parse errors.

Is it not fully supported yet or do I need to enable it somewhere?

Hi, did you set your PHP interpreter to point to your PHP 7 binary? Edit > Preferences, then Languages > PHP.

Worked perfectly, thanks.