!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/hir_to_mir/   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:     HIR_lower_expr.h (1.14 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
 *
 * Generic superclass for transformations that replace expressions by
 * multiple statements
 */

#ifndef PHC_HIR_LOWER_EXPR_H
#define PHC_HIR_LOWER_EXPR_H

#include "HIR_transform.h"

namespace HIR 
{
class Lower_expr : public HIR::Transform, public virtual GC_obj
{
public:
    void children_php_script(HIR::PHP_script* in);

public:
    void post_assign_var (HIR::Assign_var* in, HIR::Statement_list* out);
    void post_assign_var_var (HIR::Assign_var_var* in, HIR::Statement_list* out);
    void post_assign_array (HIR::Assign_array* in, HIR::Statement_list* out);
    void post_assign_next (HIR::Assign_next* in, HIR::Statement_list* out);
    void post_return(HIR::Return* in, HIR::Statement_list* out);
    void post_global(HIR::Global* in, HIR::Statement_list* out);
    void post_eval_expr (HIR::Eval_expr* in, Statement_list* out);

protected:
    HIR::VARIABLE_NAME* eval (HIR::Expr* in);
    void eval (HIR::Expr* in, HIR::VARIABLE_NAME* temp);
    void push_back_pieces(HIR::Statement* in, HIR::Statement_list* out);
    HIR::Statement_list* pieces;
};

}

#endif // PHC_HIR_LOWER_EXPR_H

:: 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.0045 ]--