Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php1602 public bool $isUnknownConstValue; variable in EvaluatedValue
1655 $isUnknownConstValue = false;
1658 static function (Expr $expr) use ($allConstInfos, &$isUnknownConstValue) {
1666 $isUnknownConstValue = true;
1704 $isUnknownConstValue
1717 …onstruct($value, SimpleType $type, Expr $expr, array $originatingConsts, bool $isUnknownConstValue) argument
1723 $this->isUnknownConstValue = $isUnknownConstValue;
2045 if ($value->isUnknownConstValue) {
2076 if ($value->isUnknownConstValue && ($simpleType === null || !$simpleType->isBuiltin)) {
2212 if ($value->isUnknownConstValue || $value->originatingConsts || $this->cValue === null) {
[all …]

Completed in 15 milliseconds