PATH:
home
/
lab2454c
/
westernclear.net
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
Node
/
Scalar
/
MagicConst
<?php declare(strict_types=1); namespace PhpParser\Node\Scalar\MagicConst; use PhpParser\Node\Scalar\MagicConst; class Function_ extends MagicConst { public function getName() : string { return '__FUNCTION__'; } public function getType() : string { return 'Scalar_MagicConst_Function'; } }
[-] Class_.php
[edit]
[-] File.php
[edit]
[-] Trait_.php
[edit]
[+]
..
[-] Dir.php
[edit]
[-] Method.php
[edit]
[-] Function_.php
[edit]
[-] Namespace_.php
[edit]
[-] Line.php
[edit]