Parsekit Functions
Introducere
These functions allow runtime analysis of opcodes compiled from PHP scripts.
Instalarea
Această extensie » PECL nu este încorporată în PHP.
Informaţie despre instalarea acestei extensii PECL poate fi găsită în capitolul manualului, întitulat Instalarea extensiilor PECL. Informaţii adiţionale, cum ar fi lansări noi, descărcări, fişiere-sursă, informaţii despre persoana care întreţine extensia şi istoria schimbărilor poate fi localizată aici: » https://pecl.php.net/package/parsekit.
Biblioteca DLL pentru această extensie PECL poate fi descărcată de pe pagina » PHP Downloads sau de pe » https://pecl4win.php.net/
Configuraţia la rulare
Această extensie nu are directive de configurare definite în php.ini.
Tipurile resurselor
Această extensie nu are tipuri de resurse definite.
Constante predefinite
Constantele de mai jos sunt definite de această extensie şi vor fi disponibile doar dacă această extensie a fost compilată în interiorul PHP, sau a fost încărcată dinamic în timpul rulării.
- PARSEKIT_QUIET (int)
- Return full detail, but without unnecessary NULL entries.
- PARSEKIT_SIMPLE (int)
- Return shorthand opcode notation.
- PARSEKIT_EXTENDED_VALUE (int)
- Opnode Flag
- PARSEKIT_RESULT_CONST (int)
- Opnode Flag
- PARSEKIT_RESULT_EA_TYPE (int)
- Opnode Flag
- PARSEKIT_RESULT_JMP_ADDR (int)
- Opnode Flag
- PARSEKIT_RESULT_OPARRAY (int)
- Opnode Flag
- PARSEKIT_RESULT_OPLINE (int)
- Opnode Flag
- PARSEKIT_RESULT_VAR (int)
- Opnode Flag
- PARSEKIT_USAGE_UNKNOWN (int)
- Opnode Flag
- PARSEKIT_ZEND_INTERNAL_CLASS (int)
- Class Type
- PARSEKIT_ZEND_USER_CLASS (int)
- Class Type
- PARSEKIT_ZEND_EVAL_CODE (int)
- Function Type
- PARSEKIT_ZEND_INTERNAL_FUNCTION (int)
- Function Type
- PARSEKIT_ZEND_OVERLOADED_FUNCTION (int)
- Function Type
- PARSEKIT_ZEND_OVERLOADED_FUNCTION_TEMPORARY (int) PHP >= 5.0.0
- Function Type
- PARSEKIT_ZEND_USER_FUNCTION (int)
- Function Type
- PARSEKIT_IS_CONST (int)
- Node Type
- PARSEKIT_IS_TMP_VAR (int)
- Node Type
- PARSEKIT_IS_UNUSED (int)
- Node Type
- PARSEKIT_IS_VAR (int)
- Node Type
- PARSEKIT_ZEND_ADD (int)
- Opcode
- PARSEKIT_ZEND_ADD_ARRAY_ELEMENT (int)
- Opcode
- PARSEKIT_ZEND_ADD_CHAR (int)
- Opcode
- PARSEKIT_ZEND_ADD_INTERFACE (int) PHP >= 5.0.0
- Opcode
- PARSEKIT_ZEND_ADD_STRING (int)
- Opcode
- PARSEKIT_ZEND_ADD_VAR (int)
- Opcode
- PARSEKIT_ZEND_ASSIGN (int)
- Opcode
- PARSEKIT_ZEND_ASSIGN_ADD (int)
- Opcode
- PARSEKIT_ZEND_ASSIGN_BW_AND (int)
- Opcode
- PARSEKIT_ZEND_ASSIGN_BW_OR (int)
- Opcode
- PARSEKIT_ZEND_ASSIGN_BW_XOR (int)
- Opcode
- PARSEKIT_ZEND_ASSIGN_CONCAT (int)
- Opcode
- PARSEKIT_ZEND_ASSIGN_DIM (int) PHP >= 5.0.0
- Opcode
- PARSEKIT_ZEND_ASSIGN_DIV (int)
- Opcode
- PARSEKIT_ZEND_ASSIGN_MOD (int)
- Opcode
- PARSEKIT_ZEND_ASSIGN_MUL (int)
- Opcode
- PARSEKIT_ZEND_ASSIGN_OBJ (int) PHP >= 5.0.0
- Opcode
- PARSEKIT_ZEND_ASSIGN_REF (int)
- Opcode
- PARSEKIT_ZEND_ASSIGN_SL (int)
- Opcode
- PARSEKIT_ZEND_ASSIGN_SR (int)
- Opcode
- PARSEKIT_ZEND_ASSIGN_SUB (int)
- Opcode
- PARSEKIT_ZEND_BEGIN_SILENCE (int)
- Opcode
- PARSEKIT_ZEND_BOOL (int)
- Opcode
- PARSEKIT_ZEND_BOOL_NOT (int)
- Opcode
- PARSEKIT_ZEND_BOOL_XOR (int)
- Opcode
- PARSEKIT_ZEND_BRK (int)
- Opcode
- PARSEKIT_ZEND_BW_AND (int)
- Opcode
- PARSEKIT_ZEND_BW_NOT (int)
- Opcode
- PARSEKIT_ZEND_BW_OR (int)
- Opcode
- PARSEKIT_ZEND_BW_XOR (int)
- Opcode
- PARSEKIT_ZEND_CASE (int)
- Opcode
- PARSEKIT_ZEND_CAST (int)
- Opcode
- PARSEKIT_ZEND_CATCH (int) PHP >= 5.0.0
- Opcode
- PARSEKIT_ZEND_CLONE (int) PHP >= 5.0.0
- Opcode
- PARSEKIT_ZEND_CONCAT (int)
- Opcode
- PARSEKIT_ZEND_CONT (int)
- Opcode
- PARSEKIT_ZEND_DECLARE_CLASS (int) PHP >= 5.0.0
- Opcode
- PARSEKIT_ZEND_DECLARE_FUNCTION (int) PHP >= 5.0.0
- Opcode
- PARSEKIT_ZEND_DECLARE_INHERITED_CLASS (int) PHP >= 5.0.0
- Opcode
- PARSEKIT_ZEND_DIV (int)
- Opcode
- PARSEKIT_ZEND_DO_FCALL (int)
- Opcode
- PARSEKIT_ZEND_DO_FCALL_BY_NAME (int)
- Opcode
- PARSEKIT_ZEND_ECHO (int)
- Opcode
- PARSEKIT_ZEND_END_SILENCE (int)
- Opcode
- PARSEKIT_ZEND_EXIT (int)
- Opcode
- PARSEKIT_ZEND_EXT_FCALL_BEGIN (int)
- Opcode
- PARSEKIT_ZEND_EXT_FCALL_END (int)
- Opcode
- PARSEKIT_ZEND_EXT_NOP (int)
- Opcode
- PARSEKIT_ZEND_EXT_STMT (int)
- Opcode
- PARSEKIT_ZEND_FETCH_CLASS (int) PHP >= 5.0.0
- Opcode
- PARSEKIT_ZEND_FETCH_CONSTANT (int)
- Opcode
- PARSEKIT_ZEND_FETCH_DIM_FUNC_ARG (int)
- Opcode
- PARSEKIT_ZEND_FETCH_DIM_IS (int)
- Opcode
- PARSEKIT_ZEND_FETCH_DIM_R (int)
- Opcode
- PARSEKIT_ZEND_FETCH_DIM_RW (int)
- Opcode
- PARSEKIT_ZEND_FETCH_DIM_TMP_VAR (int)
- Opcode
- PARSEKIT_ZEND_FETCH_DIM_UNSET (int)
- Opcode
- PARSEKIT_ZEND_FETCH_DIM_W (int)
- Opcode
- PARS