in my Autoloader, i specify a root location for my classes: but i'm getting this error when declaring the variable (in php7.0)
protected static $pathTop = dirname(dirname(__FILE__)).'/classes';
error is about this format, when trying with ROOT, also get a notice warning
err: Constant expression contains invalid operations