Searched refs:EvaluatedValue (Results 1 – 1 of 1) sorted by relevance
1576 class EvaluatedValue class1633 return new EvaluatedValue(1642 public static function null(): EvaluatedValue1871 public function getValue(iterable $allConstInfos): EvaluatedValue1873 return EvaluatedValue::createFromExpression(1976 … private function getGlobalConstDeclaration(EvaluatedValue $value, iterable $allConstInfos): string2015 … private function getClassConstDeclaration(EvaluatedValue $value, iterable $allConstInfos): string2038 private function getValueAssertion(EvaluatedValue $value): string2182 $defaultValue = EvaluatedValue::null();2326 $value = EvaluatedValue::createFromExpression($this->value, null, null, $allConstInfos);[all …]
Completed in 17 milliseconds