Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php1845 public ?string $cValue; variable in ConstInfo
1855 ?string $cValue, argument
1864 $this->cValue = $cValue;
1876 $this->cValue,
2052 $cValue = $constValue ? "true" : "false";
2057 $cValue = (int) $constValue;
2062 $cValue = (float) $constValue;
2067 $cValue = '"' . addslashes($constValue) . '"';
3384 $cValue = null;
3394 $cValue = $tag->value;
[all …]

Completed in 15 milliseconds