PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
Node
/
Expr
/
Cast
<?php declare(strict_types=1); namespace PhpParser\Node\Expr\Cast; use PhpParser\Node\Expr\Cast; class Unset_ extends Cast { public function getType(): string { return 'Expr_Cast_Unset'; } }
[-] Object_.php
[open]
[+]
..
[-] Double.php
[open]
[-] Bool_.php
[open]
[-] Int_.php
[open]
[-] String_.php
[open]
[-] Array_.php
[open]
[-] Void_.php
[open]
[-] Unset_.php
[open]