Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php1582 public bool $isUnknownConstValue; variable in EvaluatedValue
1591 $isUnknownConstValue = null;
1594 …unction (Expr $expr) use ($allConstInfos, &$constType, &$originatingConst, &$isUnknownConstValue) {
1607 $isUnknownConstValue = true;
1622 $isUnknownConstValue = false;
1638 (bool) $isUnknownConstValue
1650 …ue, SimpleType $type, ?string $cConstName, ?ConstInfo $originatingConst, bool $isUnknownConstValue) argument
1656 $this->isUnknownConstValue = $isUnknownConstValue;
1922 if ($value->isUnknownConstValue) {
1949 if ($value->isUnknownConstValue && !$value->cConstValue) {
[all …]

Completed in 17 milliseconds