Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php1596 class EvaluatedValue class
1699 return new EvaluatedValue(
1708 public static function null(): EvaluatedValue
2007 public function getValue(iterable $allConstInfos): EvaluatedValue
2009 return EvaluatedValue::createFromExpression(
2108 … private function getGlobalConstDeclaration(EvaluatedValue $value, iterable $allConstInfos): string
2147 … private function getClassConstDeclaration(EvaluatedValue $value, iterable $allConstInfos): string
2210 private function getValueAssertion(EvaluatedValue $value): string
2352 $defaultValue = EvaluatedValue::null();
2448 $value = EvaluatedValue::createFromExpression($this->value, null, null, $allConstInfos);
[all …]

Completed in 16 milliseconds