Lines Matching refs:cValue
2249 if ($constName != $const->cValue) {
2554 public ?string $cValue; variable in ConstInfo
2570 ?string $cValue, argument
2583 $this->cValue = $cValue;
2595 $this->cValue,
2625 … $value = EvaluatedValue::createFromExpression($this->value, null, $this->cValue, $allConstInfos);
2693 …$value = EvaluatedValue::createFromExpression($this->value, $simpleType, $this->cValue, $allConstI…
2699 …if ($value->isUnknownConstValue && $this->cValue === null && $value->expr instanceof Expr\ConstFet…
2839 if ($value->isUnknownConstValue || $value->originatingConsts || $this->cValue === null) {
2851 $cValue = $constValue ? "true" : "false";
2852 return "\tZEND_ASSERT($cExpr == $cValue);\n";
2856 $cValue = (int) $constValue;
2857 return "\tZEND_ASSERT($cExpr == $cValue);\n";
2861 $cValue = (float) $constValue;
2862 return "\tZEND_ASSERT($cExpr == $cValue);\n";
2866 $cValue = '"' . addslashes($constValue) . '"';
2867 return "\tZEND_ASSERT(strcmp($cExpr, $cValue) == 0);\n";
4391 $cValue = null;
4402 $cValue = $tag->value;
4439 $cValue,