Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php1588 …public static function createFromExpression(Expr $expr, ?SimpleType $constType, ?string $cConstNam… function in EvaluatedValue
1873 return EvaluatedValue::createFromExpression(
1921 … $value = EvaluatedValue::createFromExpression($this->value, null, $this->cValue, $allConstInfos);
1948 … $value = EvaluatedValue::createFromExpression($this->value, $type, $this->cValue, $allConstInfos);
2184 …$defaultValue = EvaluatedValue::createFromExpression($this->defaultValue, null, null, $allConstInf…
2326 $value = EvaluatedValue::createFromExpression($this->value, null, null, $allConstInfos);
2364 $value = EvaluatedValue::createFromExpression($arg->value, null, null, $allConstInfos);
3741 …$fileInfo->dependencies[] = (string)EvaluatedValue::createFromExpression($expr->expr, null, null, …

Completed in 21 milliseconds