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.php1576 class EvaluatedValue class
1633 return new EvaluatedValue(
1642 public static function null(): EvaluatedValue
1871 public function getValue(iterable $allConstInfos): EvaluatedValue
1873 return EvaluatedValue::createFromExpression(
1976 … private function getGlobalConstDeclaration(EvaluatedValue $value, iterable $allConstInfos): string
2015 … private function getClassConstDeclaration(EvaluatedValue $value, iterable $allConstInfos): string
2038 private function getValueAssertion(EvaluatedValue $value): string
2182 $defaultValue = EvaluatedValue::null();
2326 $value = EvaluatedValue::createFromExpression($this->value, null, null, $allConstInfos);
[all …]

Completed in 18 milliseconds