Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php1581 public ?string $cConstValue; variable in EvaluatedValue
1654 $this->cConstValue = $cConstName;
1664 $cConstValue = $this->getCConstValue($allConstInfos);
1677 if (!$cConstValue && $this->value === "") {
1685 if (!$cConstValue && empty($this->value)) {
1702 if ($this->cConstValue) {
1703 return $this->cConstValue;
1980 $cConstValue = $value->getCConstValue($allConstInfos);
2044 $cConstValue = $value->cConstValue;
2048 return "\tZEND_ASSERT($cConstValue == NULL);\n";
[all …]

Completed in 16 milliseconds