Searched refs:createFromExpression (Results 1 – 1 of 1) sorted by relevance
/php-src/build/ |
H A D | gen_stub.php | 2183 …public static function createFromExpression(Expr $expr, ?SimpleType $constType, ?string $cConstNam… function in EvaluatedValue 2587 return EvaluatedValue::createFromExpression( 2620 … $value = EvaluatedValue::createFromExpression($this->value, null, $this->cValue, $allConstInfos); 2688 …$value = EvaluatedValue::createFromExpression($this->value, $simpleType, $this->cValue, $allConstI… 3081 …$defaultValue = EvaluatedValue::createFromExpression($this->defaultValue, null, null, $allConstInf… 3250 $value = EvaluatedValue::createFromExpression($this->value, null, null, $allConstInfos); 3298 $value = EvaluatedValue::createFromExpression($arg->value, null, null, $allConstInfos); 4970 …$fileInfo->dependencies[] = (string)EvaluatedValue::createFromExpression($expr->expr, null, null, …
|
Completed in 17 milliseconds