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

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/home/scripts/pba/phc-read-only/src/parsing/   drwxrwxr-x
Free 83.21 GB of 96.73 GB (86.02%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     parse.h (1.23 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * phc -- the open source PHP compiler
 * See doc/license/README.license for licensing information
 *
 * Parser wrapper. 
 *
 * Plugins should be able to call "parse", but the header files that can be
 * #included from plugins should never include any code, because this leads
 * to linker problems.
 */

#ifndef PHC_PARSE
#define PHC_PARSE

#include "AST.h"

/*
 * Parse the specified file. Searches for the file in the current working
 * directory, and in any of the directories specified in dirs (if any). 
 * If the filename is "-", assume standard input.
 *
 * Assume PHP/HTML syntax unless is_ast_xml, in which case we assume the input
 * is an AST in XML syntax.
 *
 * Tries both '/' (preferred) and '\'.
 *
 * If there is a syntax error, returns NULL.
 */ 
AST::PHP_script* parse (String* filename, String_list* dirs);

/*
 * Perform the search as in parse(String*, String_list*), and return the
 * absolute path of the found file, or NULL if not found.
 */ 
String* search_file (String* filename, String_list* dirs);

/* Parse CODE, assuming that it comes from FILENAME:LINE_NUMBER */
AST::PHP_script* parse_code (String* code, String* filename, int line_number);


void dump_parse_tree (String* filename, String_list* dirs);

#endif // PHC_PARSE

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.006 ]--