Extension [ extension #142 runkit7 version 3.0.0RC1 ] { - INI { Entry [ runkit.superglobal ] Current = '' } Entry [ runkit.internal_override ] Current = '0' } } - Constants [32] { Constant [ integer RUNKIT_IMPORT_FUNCTIONS ] { 1 } Constant [ integer RUNKIT7_IMPORT_FUNCTIONS ] { 1 } Constant [ integer RUNKIT_IMPORT_CLASS_METHODS ] { 2 } Constant [ integer RUNKIT7_IMPORT_CLASS_METHODS ] { 2 } Constant [ integer RUNKIT_IMPORT_CLASS_CONSTS ] { 4 } Constant [ integer RUNKIT7_IMPORT_CLASS_CONSTS ] { 4 } Constant [ integer RUNKIT_IMPORT_CLASS_PROPS ] { 8 } Constant [ integer RUNKIT7_IMPORT_CLASS_PROPS ] { 8 } Constant [ integer RUNKIT_IMPORT_CLASS_STATIC_PROPS ] { 16 } Constant [ integer RUNKIT7_IMPORT_CLASS_STATIC_PROPS ] { 16 } Constant [ integer RUNKIT_IMPORT_CLASSES ] { 30 } Constant [ integer RUNKIT7_IMPORT_CLASSES ] { 30 } Constant [ integer RUNKIT_IMPORT_OVERRIDE ] { 32 } Constant [ integer RUNKIT7_IMPORT_OVERRIDE ] { 32 } Constant [ integer RUNKIT_ACC_RETURN_REFERENCE ] { 67108864 } Constant [ integer RUNKIT7_ACC_RETURN_REFERENCE ] { 67108864 } Constant [ integer RUNKIT_ACC_PUBLIC ] { 256 } Constant [ integer RUNKIT7_ACC_PUBLIC ] { 256 } Constant [ integer RUNKIT_ACC_PROTECTED ] { 512 } Constant [ integer RUNKIT7_ACC_PROTECTED ] { 512 } Constant [ integer RUNKIT_ACC_PRIVATE ] { 1024 } Constant [ integer RUNKIT7_ACC_PRIVATE ] { 1024 } Constant [ integer RUNKIT_ACC_STATIC ] { 1 } Constant [ integer RUNKIT7_ACC_STATIC ] { 1 } Constant [ integer RUNKIT_OVERRIDE_OBJECTS ] { 32768 } Constant [ integer RUNKIT7_OVERRIDE_OBJECTS ] { 32768 } Constant [ integer RUNKIT_FEATURE_MANIPULATION ] { 1 } Constant [ integer RUNKIT7_FEATURE_MANIPULATION ] { 1 } Constant [ integer RUNKIT_FEATURE_SUPERGLOBALS ] { 1 } Constant [ integer RUNKIT7_FEATURE_SUPERGLOBALS ] { 1 } Constant [ integer RUNKIT_FEATURE_SANDBOX ] { 0 } Constant [ integer RUNKIT7_FEATURE_SANDBOX ] { 0 } } - Functions { Function [ function runkit7_zval_inspect ] { - Parameters [1] { Parameter #0 [ $value ] } } Function [ function runkit_zval_inspect ] { - Parameters [1] { Parameter #0 [ $value ] } } Function [ function runkit7_object_id ] { - Parameters [1] { Parameter #0 [ $obj ] } } Function [ function runkit_object_id ] { - Parameters [1] { Parameter #0 [ $obj ] } } Function [ function runkit7_superglobals ] { - Parameters [0] { } } Function [ function runkit_superglobals ] { - Parameters [0] { } } Function [ function runkit7_import ] { - Parameters [2] { Parameter #0 [ $filename ] Parameter #1 [ $flags ] } } Function [ function runkit_import ] { - Parameters [2] { Parameter #0 [ $filename ] Parameter #1 [ $flags ] } } Function [ function runkit7_function_add ] { - Parameters [7] { Parameter #0 [ $funcname ] Parameter #1 [ $arglist_or_closure ] Parameter #2 [ $code_or_doc_comment ] Parameter #3 [ $return_by_reference ] Parameter #4 [ $doc_comment ] Parameter #5 [ $return_type ] Parameter #6 [ $is_strict ] } } Function [ function runkit_function_add ] { - Parameters [7] { Parameter #0 [ $funcname ] Parameter #1 [ $arglist_or_closure ] Parameter #2 [ $code_or_doc_comment ] Parameter #3 [ $return_by_reference ] Parameter #4 [ $doc_comment ] Parameter #5 [ $return_type ] Parameter #6 [ $is_strict ] } } Function [ function runkit7_function_remove ] { - Parameters [1] { Parameter #0 [ $funcname ] } } Function [ function runkit_function_remove ] { - Parameters [1] { Parameter #0 [ $funcname ] } } Function [ function runkit7_function_rename ] { - Parameters [2] { Parameter #0 [ $funcname ] Parameter #1 [ $newname ] } } Function [ function runkit_function_rename ] { - Parameters [2] { Parameter #0 [ $funcname ] Parameter #1 [ $newname ] } } Function [ function runkit7_function_redefine ] { - Parameters [7] { Parameter #0 [ $funcname ] Parameter #1 [ $arglist_or_closure ] Parameter #2 [ $code_or_doc_comment ] Parameter #3 [ $return_by_reference ] Parameter #4 [ $doc_comment ] Parameter #5 [ $return_type ] Parameter #6 [ $is_strict ] } } Function [ function runkit_function_redefine ] { - Parameters [7] { Parameter #0 [ $funcname ] Parameter #1 [ $arglist_or_closure ] Parameter #2 [ $code_or_doc_comment ] Parameter #3 [ $return_by_reference ] Parameter #4 [ $doc_comment ] Parameter #5 [ $return_type ] Parameter #6 [ $is_strict ] } } Function [ function runkit7_function_copy ] { - Parameters [2] { Parameter #0 [ $funcname ] Parameter #1 [ $targetname ] } } Function [ function runkit_function_copy ] { - Parameters [2] { Parameter #0 [ $funcname ] Parameter #1 [ $targetname ] } } Function [ function runkit7_method_add ] { - Parameters [8] { Parameter #0 [ $classname ] Parameter #1 [ $methodname ] Parameter #2 [ $arglist_or_closure ] Parameter #3 [ $code_or_flags ] Parameter #4 [ $flags_or_doc_comment ] Parameter #5 [ $doc_comment ] Parameter #6 [ $return_type ] Parameter #7 [ $is_strict ] } } Function [ function runkit_method_add ] { - Parameters [8] { Parameter #0 [ $classname ] Parameter #1 [ $methodname ] Parameter #2 [ $arglist_or_closure ] Parameter #3 [ $code_or_flags ] Parameter #4 [ $flags_or_doc_comment ] Parameter #5 [ $doc_comment ] Parameter #6 [ $return_type ] Parameter #7 [ $is_strict ] } } Function [ function runkit7_method_redefine ] { - Parameters [8] { Parameter #0 [ $classname ] Parameter #1 [ $methodname ] Parameter #2 [ $arglist_or_closure ] Parameter #3 [ $code_or_flags ] Parameter #4 [ $flags_or_doc_comment ] Parameter #5 [ $doc_comment ] Parameter #6 [ $return_type ] Parameter #7 [ $is_strict ] } } Function [ function runkit_method_redefine ] { - Parameters [8] { Parameter #0 [ $classname ] Parameter #1 [ $methodname ] Parameter #2 [ $arglist_or_closure ] Parameter #3 [ $code_or_flags ] Parameter #4 [ $flags_or_doc_comment ] Parameter #5 [ $doc_comment ] Parameter #6 [ $return_type ] Parameter #7 [ $is_strict ] } } Function [ function runkit7_method_remove ] { - Parameters [2] { Parameter #0 [ $classname ] Parameter #1 [ $methodname ] } } Function [ function runkit_method_remove ] { - Parameters [2] { Parameter #0 [ $classname ] Parameter #1 [ $methodname ] } } Function [ function runkit7_method_rename ] { - Parameters [3] { Parameter #0 [ $classname ] Parameter #1 [ $methodname ] Parameter #2 [ $newname ] } } Function [ function runkit_method_rename ] { - Parameters [3] { Parameter #0 [ $classname ] Parameter #1 [ $methodname ] Parameter #2 [ $newname ] } } Function [ function runkit7_method_copy ] { - Parameters [4] { Parameter #0 [ $dClass ] Parameter #1 [ $dMethod ] Parameter #2 [ $sClass ] Parameter #3 [ $sMethod ] } } Function [ function runkit_method_copy ] { - Parameters [4] { Parameter #0 [ $dClass ] Parameter #1 [ $dMethod ] Parameter #2 [ $sClass ] Parameter #3 [ $sMethod ] } } Function [ function runkit7_constant_redefine ] { - Parameters [3] { Parameter #0 [ $constname ] Parameter #1 [ $value ] Parameter #2 [ $newVisibility ] } } Function [ function runkit_constant_redefine ] { - Parameters [3] { Parameter #0 [ $constname ] Parameter #1 [ $value ] Parameter #2 [ $newVisibility ] } } Function [ function runkit7_constant_remove ] { - Parameters [1] { Parameter #0 [ $constname ] } } Function [ function runkit_constant_remove ] { - Parameters [1] { Parameter #0 [ $constname ] } } Function [ function runkit7_constant_add ] { - Parameters [3] { Parameter #0 [ $constname ] Parameter #1 [ $value ] Parameter #2 [ $newVisibility ] } } Function [ function runkit_constant_add ] { - Parameters [3] { Parameter #0 [ $constname ] Parameter #1 [ $value ] Parameter #2 [ $newVisibility ] } } } }