Home
last modified time | relevance | path

Searched refs:EvaluatedValue (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/build/
H A Dgen_stub.php2048 class EvaluatedValue class
2150 return new EvaluatedValue(
2159 public static function null(): EvaluatedValue
2455 public function getValue(array $allConstInfos): EvaluatedValue
2457 return EvaluatedValue::createFromExpression(
2587 private function getGlobalConstDeclaration(EvaluatedValue $value, array $allConstInfos): string
2624 private function getClassConstDeclaration(EvaluatedValue $value, array $allConstInfos): string
2687 private function getValueAssertion(EvaluatedValue $value): string
2825 $defaultValue = EvaluatedValue::null();
2919 $value = EvaluatedValue::createFromExpression($this->value, null, null, $allConstInfos);
[all …]

Completed in 18 milliseconds