Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php2170 class EvaluatedValue class
2272 return new EvaluatedValue(
2281 public static function null(): EvaluatedValue
2585 public function getValue(array $allConstInfos): EvaluatedValue
2587 return EvaluatedValue::createFromExpression(
2719 private function getGlobalConstDeclaration(EvaluatedValue $value, array $allConstInfos): string
2760 private function getClassConstDeclaration(EvaluatedValue $value, array $allConstInfos): string
2832 private function getValueAssertion(EvaluatedValue $value): string
3079 $defaultValue = EvaluatedValue::null();
3250 $value = EvaluatedValue::createFromExpression($this->value, null, null, $allConstInfos);
[all …]

Completed in 16 milliseconds