/opt/cpanel/ea-wappspector/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr
NameSizeModeActions
ConstExprArrayItemNode.php5930644editdlrm
ConstExprArrayNode.php5110644editdlrm
ConstExprFalseNode.php2670644editdlrm
ConstExprFloatNode.php3730644editdlrm
ConstExprIntegerNode.php3750644editdlrm
ConstExprNode.php1590644editdlrm
ConstExprNullNode.php2650644editdlrm
ConstExprStringNode.php28240644editdlrm
ConstExprTrueNode.php2650644editdlrm
ConstFetchNode.php6210644editdlrm
DoctrineConstExprStringNode.php10320644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstFetchNode.php (621B)
className = $className; $this->name = $name; } public function __toString(): string { if ($this->className === '') { return $this->name; } return "{$this->className}::{$this->name}"; } }