Is it possible to set the PHP version value, say 4.0+ and have PHPStorm highlight functions that wouldn't work with the oldest version? For example, for PHP4 this should highlight static function etc. I have a PHP installation on my PC but I don't want to install an older PHP version for every small script I have to produce.
Thanks







__construct()? It's a perfectly valid function identifier in PHP4, it's just not being called as a constructor.abstractor use of visibility modifierspublic,protected,private. Anyway, writing OO code that's supposed to work under PHP4 as well as PHP5 is a nonsensical task IMO. The object model differs too much between the two.static $variableperhaps, notstatic function