Searched refs:getCConstValue (Results 1 – 1 of 1) sorted by relevance
1664 $cConstValue = $this->getCConstValue($allConstInfos);1700 public function getCConstValue(iterable $allConstInfos): ?string function in EvaluatedValue1707 … return $this->originatingConst->getValue($allConstInfos)->getCConstValue($allConstInfos);1980 $cConstValue = $value->getCConstValue($allConstInfos);2185 …nownConstValue || ($defaultValue->originatingConst && $defaultValue->getCConstValue($allConstInfos…
Completed in 14 milliseconds