I encountered some SyntaxError caused by modern php syntax: * the `??` operator * the `function (...) : xxx {` syntax * the `self::` syntax * the spaceship operator `<=>` * the splat operator `...`