Home
last modified time | relevance | path

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

/PHP-8.4/build/
H A Dgen_stub.php2181 public bool $isUnknownConstValue; variable in EvaluatedValue
2233 $isUnknownConstValue = false;
2236 static function (Expr $expr) use ($allConstInfos, &$isUnknownConstValue) {
2244 $isUnknownConstValue = true;
2282 $isUnknownConstValue
2295 …onstruct($value, SimpleType $type, Expr $expr, array $originatingConsts, bool $isUnknownConstValue) argument
2301 $this->isUnknownConstValue = $isUnknownConstValue;
2626 if ($value->isUnknownConstValue) {
2694 if ($value->isUnknownConstValue && ($simpleType === null || !$simpleType->isBuiltin)) {
2839 if ($value->isUnknownConstValue || $value->originatingConsts || $this->cValue === null) {
[all …]

Completed in 27 milliseconds