Searched refs:EvaluatedValue (Results 1 – 1 of 1) sorted by relevance
2170 class EvaluatedValue class2272 return new EvaluatedValue(2281 public static function null(): EvaluatedValue2585 public function getValue(array $allConstInfos): EvaluatedValue2587 return EvaluatedValue::createFromExpression(2719 private function getGlobalConstDeclaration(EvaluatedValue $value, array $allConstInfos): string2760 private function getClassConstDeclaration(EvaluatedValue $value, array $allConstInfos): string2832 private function getValueAssertion(EvaluatedValue $value): string3079 $defaultValue = EvaluatedValue::null();3250 $value = EvaluatedValue::createFromExpression($this->value, null, null, $allConstInfos);[all …]
Completed in 16 milliseconds