!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/optimize/wpa/   drwxrwxr-x
Free 83.36 GB of 96.73 GB (86.18%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Constant_state.h (1.21 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
 *
 * Once a constant is defined, it cannot be redefined or undefined. Keep a list
 * of constants defined before this point.
 */

#ifndef PHC_CONSTANT_STATE
#define PHC_CONSTANT_STATE

#include "WPA_lattice.h"
#include "Value_analysis.h"

class Constant_state : public WPA_lattice <string, const Absval_cell>
{
public:
    Constant_state (Whole_program* wp);

    /*
     * WPA lattice interface
     */

    string context_merge_key (string) const;

    /*
     * Interface
     */

    bool can_constant_be_defined (Context* cx, Result_state state, string name, bool case_insensitive = false) const;
    void set_constant (Context* cx, string name, const Abstract_value* value, bool case_insensitive = false);

    // Sets a constant whose name we don't know
    void set_unknown_constant (Context* cx, const Abstract_value* value, bool case_insensitive = false);

    bool is_constant_defined (Context* cx, Result_state state, string name) const;
    const Abstract_value* get_constant (Context* cx, Result_state state, string name) const;

    /*
     * WPA interface
     */

    void pull_possible_null (Context* cx, const Index_node* node) {};
};


#endif // PHC_CONSTANT_STATE

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