Searched refs:compileTimeVersion (Results 1 – 1 of 1) sorted by relevance
119 * @param string $compileTimeVersion The version of the runtime the parser124 …public static function checkVersion(string $generatingToolVersion, string $compileTimeVersion) : v… argument129 $runtimeConflictsWithCompileTimeTool = $compileTimeVersion !== self::VERSION130 … && self::getMajorMinorVersion($compileTimeVersion) !== self::getMajorMinorVersion(self::VERSION);149 $compileTimeVersion,