Extension [ extension #117 runkit7 version 4.0.0a2 ] { - INI { Entry [ runkit.superglobal ] Current = '' } Entry [ runkit.internal_override ] Current = '0' } } - Constants [16] { Constant [ int RUNKIT_ACC_RETURN_REFERENCE ] { 67108864 } Constant [ int RUNKIT7_ACC_RETURN_REFERENCE ] { 67108864 } Constant [ int RUNKIT_ACC_PUBLIC ] { 256 } Constant [ int RUNKIT7_ACC_PUBLIC ] { 256 } Constant [ int RUNKIT_ACC_PROTECTED ] { 512 } Constant [ int RUNKIT7_ACC_PROTECTED ] { 512 } Constant [ int RUNKIT_ACC_PRIVATE ] { 1024 } Constant [ int RUNKIT7_ACC_PRIVATE ] { 1024 } Constant [ int RUNKIT_ACC_STATIC ] { 1 } Constant [ int RUNKIT7_ACC_STATIC ] { 1 } Constant [ int RUNKIT_OVERRIDE_OBJECTS ] { 32768 } Constant [ int RUNKIT7_OVERRIDE_OBJECTS ] { 32768 } Constant [ int RUNKIT_FEATURE_MANIPULATION ] { 1 } Constant [ int RUNKIT7_FEATURE_MANIPULATION ] { 1 } Constant [ int RUNKIT_FEATURE_SUPERGLOBALS ] { 1 } Constant [ int RUNKIT7_FEATURE_SUPERGLOBALS ] { 1 } } - Functions { Function [ function runkit7_zval_inspect ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ array ] } Function [ function runkit_zval_inspect ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ array ] } Function [ function runkit7_superglobals ] { - Parameters [0] { } - Return [ array ] } Function [ function runkit_superglobals ] { - Parameters [0] { } - Return [ array ] } Function [ function runkit7_function_add ] { - Parameters [7] { Parameter #0 [ string $function_name ] Parameter #1 [ $argument_list_or_closure ] Parameter #2 [ string or NULL $code_or_doc_comment ] Parameter #3 [ bool or NULL $return_by_reference ] Parameter #4 [ string or NULL $doc_comment ] Parameter #5 [ string or NULL $return_type ] Parameter #6 [ bool or NULL $is_strict ] } - Return [ bool ] } Function [ function runkit_function_add ] { - Parameters [7] { Parameter #0 [ string $function_name ] Parameter #1 [ $argument_list_or_closure ] Parameter #2 [ string or NULL $code_or_doc_comment ] Parameter #3 [ bool or NULL $return_by_reference ] Parameter #4 [ string or NULL $doc_comment ] Parameter #5 [ string or NULL $return_type ] Parameter #6 [ bool or NULL $is_strict ] } - Return [ bool ] } Function [ function runkit7_function_remove ] { - Parameters [1] { Parameter #0 [ string $function_name ] } - Return [ bool ] } Function [ function runkit_function_remove ] { - Parameters [1] { Parameter #0 [ string $function_name ] } - Return [ bool ] } Function [ function runkit7_function_rename ] { - Parameters [2] { Parameter #0 [ string $source_name ] Parameter #1 [ string $target_name ] } - Return [ bool ] } Function [ function runkit_function_rename ] { - Parameters [2] { Parameter #0 [ string $source_name ] Parameter #1 [ string $target_name ] } - Return [ bool ] } Function [ function runkit7_function_redefine ] { - Parameters [7] { Parameter #0 [ string $function_name ] Parameter #1 [ $argument_list_or_closure ] Parameter #2 [ string or NULL $code_or_doc_comment ] Parameter #3 [ bool or NULL $return_by_reference ] Parameter #4 [ string or NULL $doc_comment ] Parameter #5 [ string or NULL $return_type ] Parameter #6 [ bool or NULL $is_strict ] } - Return [ bool ] } Function [ function runkit_function_redefine ] { - Parameters [7] { Parameter #0 [ string $function_name ] Parameter #1 [ $argument_list_or_closure ] Parameter #2 [ string or NULL $code_or_doc_comment ] Parameter #3 [ bool or NULL $return_by_reference ] Parameter #4 [ string or NULL $doc_comment ] Parameter #5 [ string or NULL $return_type ] Parameter #6 [ bool or NULL $is_strict ] } - Return [ bool ] } Function [ function runkit7_function_copy ] { - Parameters [2] { Parameter #0 [ string $source_name ] Parameter #1 [ string $target_name ] } - Return [ bool ] } Function [ function runkit_function_copy ] { - Parameters [2] { Parameter #0 [ string $source_name ] Parameter #1 [ string $target_name ] } - Return [ bool ] } Function [ function runkit7_method_add ] { - Parameters [8] { Parameter #0 [ string $class_name ] Parameter #1 [ string $method_name ] Parameter #2 [ $argument_list_or_closure ] Parameter #3 [ $code_or_flags ] Parameter #4 [ $flags_or_doc_comment ] Parameter #5 [ string or NULL $doc_comment ] Parameter #6 [ string or NULL $return_type ] Parameter #7 [ bool or NULL $is_strict ] } - Return [ bool ] } Function [ function runkit_method_add ] { - Parameters [8] { Parameter #0 [ string $class_name ] Parameter #1 [ string $method_name ] Parameter #2 [ $argument_list_or_closure ] Parameter #3 [ $code_or_flags ] Parameter #4 [ $flags_or_doc_comment ] Parameter #5 [ string or NULL $doc_comment ] Parameter #6 [ string or NULL $return_type ] Parameter #7 [ bool or NULL $is_strict ] } - Return [ bool ] } Function [ function runkit7_method_redefine ] { - Parameters [8] { Parameter #0 [ string $class_name ] Parameter #1 [ string $method_name ] Parameter #2 [ $argument_list_or_closure ] Parameter #3 [ $code_or_flags ] Parameter #4 [ $flags_or_doc_comment ] Parameter #5 [ string or NULL $doc_comment ] Parameter #6 [ string or NULL $return_type ] Parameter #7 [ bool or NULL $is_strict ] } - Return [ bool ] } Function [ function runkit_method_redefine ] { - Parameters [8] { Parameter #0 [ string $class_name ] Parameter #1 [ string $method_name ] Parameter #2 [ $argument_list_or_closure ] Parameter #3 [ $code_or_flags ] Parameter #4 [ $flags_or_doc_comment ] Parameter #5 [ string or NULL $doc_comment ] Parameter #6 [ string or NULL $return_type ] Parameter #7 [ bool or NULL $is_strict ] } - Return [ bool ] } Function [ function runkit7_method_remove ] { - Parameters [2] { Parameter #0 [ string $class_name ] Parameter #1 [ string $method_name ] } - Return [ bool ] } Function [ function runkit_method_remove ] { - Parameters [2] { Parameter #0 [ string $class_name ] Parameter #1 [ string $method_name ] } - Return [ bool ] } Function [ function runkit7_method_rename ] { - Parameters [3] { Parameter #0 [ string $class_name ] Parameter #1 [ string $source_method_name ] Parameter #2 [ string $source_target_name ] } - Return [ bool ] } Function [ function runkit_method_rename ] { - Parameters [3] { Parameter #0 [ string $class_name ] Parameter #1 [ string $source_method_name ] Parameter #2 [ string $source_target_name ] } - Return [ bool ] } Function [ function runkit7_method_copy ] { - Parameters [4] { Parameter #0 [ string $destination_class ] Parameter #1 [ string $destination_method ] Parameter #2 [ string $source_class ] Parameter #3 [ string or NULL $source_method ] } - Return [ bool ] } Function [ function runkit_method_copy ] { - Parameters [4] { Parameter #0 [ string $destination_class ] Parameter #1 [ string $destination_method ] Parameter #2 [ string $source_class ] Parameter #3 [ string or NULL $source_method ] } - Return [ bool ] } Function [ function runkit7_constant_redefine ] { - Parameters [3] { Parameter #0 [ string $constant_name ] Parameter #1 [ $value ] Parameter #2 [ int or NULL $new_visibility ] } - Return [ bool ] } Function [ function runkit_constant_redefine ] { - Parameters [3] { Parameter #0 [ string $constant_name ] Parameter #1 [ $value ] Parameter #2 [ int or NULL $new_visibility ] } - Return [ bool ] } Function [ function runkit7_constant_remove ] { - Parameters [1] { Parameter #0 [ string $constant_name ] } - Return [ bool ] } Function [ function runkit_constant_remove ] { - Parameters [1] { Parameter #0 [ string $constant_name ] } - Return [ bool ] } Function [ function runkit7_constant_add ] { - Parameters [3] { Parameter #0 [ string $constant_name ] Parameter #1 [ $value ] Parameter #2 [ int or NULL $new_visibility ] } - Return [ bool ] } Function [ function runkit_constant_add ] { - Parameters [3] { Parameter #0 [ string $constant_name ] Parameter #1 [ $value ] Parameter #2 [ int $new_visibility ] } - Return [ bool ] } } }