Lines Matching refs:cValue
2244 if ($constName != $const->cValue) {
2549 public ?string $cValue; variable in ConstInfo
2565 ?string $cValue, argument
2578 $this->cValue = $cValue;
2590 $this->cValue,
2620 … $value = EvaluatedValue::createFromExpression($this->value, null, $this->cValue, $allConstInfos);
2688 …$value = EvaluatedValue::createFromExpression($this->value, $simpleType, $this->cValue, $allConstI…
2694 …if ($value->isUnknownConstValue && $this->cValue === null && $value->expr instanceof Expr\ConstFet…
2834 if ($value->isUnknownConstValue || $value->originatingConsts || $this->cValue === null) {
2846 $cValue = $constValue ? "true" : "false";
2847 return "\tZEND_ASSERT($cExpr == $cValue);\n";
2851 $cValue = (int) $constValue;
2852 return "\tZEND_ASSERT($cExpr == $cValue);\n";
2856 $cValue = (float) $constValue;
2857 return "\tZEND_ASSERT($cExpr == $cValue);\n";
2861 $cValue = '"' . addslashes($constValue) . '"';
2862 return "\tZEND_ASSERT(strcmp($cExpr, $cValue) == 0);\n";
4530 $cValue = null;
4541 $cValue = $tag->value;
4578 $cValue,