Searched refs:createFromExpression (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/build/ |
H A D | gen_stub.php | 2188 …public static function createFromExpression(Expr $expr, ?SimpleType $constType, ?string $cConstNam… function in EvaluatedValue 2592 return EvaluatedValue::createFromExpression( 2625 … $value = EvaluatedValue::createFromExpression($this->value, null, $this->cValue, $allConstInfos); 2693 …$value = EvaluatedValue::createFromExpression($this->value, $simpleType, $this->cValue, $allConstI… 2992 …$defaultValue = EvaluatedValue::createFromExpression($this->defaultValue, null, null, $allConstInf… 3111 $value = EvaluatedValue::createFromExpression($this->value, null, null, $allConstInfos); 3159 $value = EvaluatedValue::createFromExpression($arg->value, null, null, $allConstInfos); 4831 …$fileInfo->dependencies[] = (string)EvaluatedValue::createFromExpression($expr->expr, null, null, …
|
Completed in 17 milliseconds