Home
last modified time | relevance | path

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

/PHP-8.4/build/
H A Dgen_stub.php2175 class EvaluatedValue class
2277 return new EvaluatedValue(
2286 public static function null(): EvaluatedValue
2590 public function getValue(array $allConstInfos): EvaluatedValue
2592 return EvaluatedValue::createFromExpression(
2724 private function getGlobalConstDeclaration(EvaluatedValue $value, array $allConstInfos): string
2765 private function getClassConstDeclaration(EvaluatedValue $value, array $allConstInfos): string
2837 private function getValueAssertion(EvaluatedValue $value): string
2990 $defaultValue = EvaluatedValue::null();
3111 $value = EvaluatedValue::createFromExpression($this->value, null, null, $allConstInfos);
[all …]

Completed in 16 milliseconds