查看网站首页
查看网站首页
查看 sitemap.xml
✏️ 正在编辑: VarLikeIdentifier.php
路径:
/opt/cpanel/ea-wappspector/vendor/nikic/php-parser/lib/PhpParser/Node/VarLikeIdentifier.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php declare(strict_types=1); namespace PhpParser\Node; /** * Represents a name that is written in source code with a leading dollar, * but is not a proper variable. The leading dollar is not stored as part of the name. * * Examples: Names in property declarations are formatted as variables. Names in static property * lookups are also formatted as variables. */ class VarLikeIdentifier extends Identifier { public function getType(): string { return 'VarLikeIdentifier'; } }
💾 保存文件
← 返回文件管理器