Searched refs:EvaluatedValue (Results 1 – 1 of 1) sorted by relevance
2175 class EvaluatedValue class2277 return new EvaluatedValue(2286 public static function null(): EvaluatedValue2590 public function getValue(array $allConstInfos): EvaluatedValue2592 return EvaluatedValue::createFromExpression(2724 private function getGlobalConstDeclaration(EvaluatedValue $value, array $allConstInfos): string2765 private function getClassConstDeclaration(EvaluatedValue $value, array $allConstInfos): string2837 private function getValueAssertion(EvaluatedValue $value): string2990 $defaultValue = EvaluatedValue::null();3111 $value = EvaluatedValue::createFromExpression($this->value, null, null, $allConstInfos);[all …]
Completed in 16 milliseconds