Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php2161 …public static function createFromExpression(Expr $expr, ?SimpleType $constType, ?string $cConstNam… function in EvaluatedValue
2565 return EvaluatedValue::createFromExpression(
2598 … $value = EvaluatedValue::createFromExpression($this->value, null, $this->cValue, $allConstInfos);
2666 …$value = EvaluatedValue::createFromExpression($this->value, $simpleType, $this->cValue, $allConstI…
2952 …$defaultValue = EvaluatedValue::createFromExpression($this->defaultValue, null, null, $allConstInf…
3065 $value = EvaluatedValue::createFromExpression($this->value, null, null, $allConstInfos);
3106 $value = EvaluatedValue::createFromExpression($arg->value, null, null, $allConstInfos);
4733 …$fileInfo->dependencies[] = (string)EvaluatedValue::createFromExpression($expr->expr, null, null, …

Completed in 33 milliseconds