Lines Matching defs:VERSION
13 * The runtime version information is provided by {@see RuntimeMetaData::VERSION} and
54 public const VERSION = '4.9.2';
60 * {@see RuntimeMetaData::VERSION} field, as opposed to directly
67 return self::VERSION;
87 * and a reference to the compile-time constant {@link VERSION}. At
122 * to {@see RuntimeMetaData::VERSION}.
126 $runtimeConflictsWithGeneratingTool = $generatingToolVersion !== self::VERSION
127 && self::getMajorMinorVersion($generatingToolVersion) !== self::getMajorMinorVersion(self::VERSION);
129 $runtimeConflictsWithCompileTimeTool = $compileTimeVersion !== self::VERSION
130 && self::getMajorMinorVersion($compileTimeVersion) !== self::getMajorMinorVersion(self::VERSION);
138 self::VERSION
150 self::VERSION