Lines Matching refs:id
10 public int $id; variable in PhpParser\\PhpVersion
30 private function __construct(int $id) { argument
31 $this->id = $id;
70 return $this->id === $other->id;
77 return $this->id >= $other->id;
84 return $this->id < $other->id;
99 return $minVersion !== null && $this->id >= $minVersion;
106 return $this->id >= 50400;
113 return $this->id >= 70100;
120 return $this->id >= 70300;
127 return $this->id >= 80000;
134 return $this->id < 70000;
141 return $this->id < 70000;
148 return $this->id < 70100;
155 return $this->id >= 70000;
162 return $this->id >= 70000;