diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 130 | 
1 files changed, 94 insertions, 36 deletions
@@ -1,4 +1,8 @@ -Extension [ <persistent> extension #128 ddtrace version 0.67.0 ] { +Extension [ <persistent> extension #119 ddtrace version 0.68.0 ] { + +  - Dependencies { +    Dependency [ json (Required) ] +  }    - INI {      Entry [ ddtrace.disable <SYSTEM> ] @@ -108,7 +112,7 @@ Extension [ <persistent> extension #128 ddtrace version 0.67.0 ] {        Current = '1'      }      Entry [ datadog.trace.sampling_rules <ALL> ] -      Current = '' +      Current = '[]'      }      Entry [ datadog.trace.header_tags <ALL> ]        Current = '' @@ -508,8 +512,14 @@ Extension [ <persistent> extension #128 ddtrace version 0.67.0 ] {      }    } -  - Constants [1] { -    Constant [ string DD_TRACE_VERSION ] { 0.67.0 } +  - Constants [7] { +    Constant [ string DD_TRACE_VERSION ] { 0.68.0 } +    Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_KEEP ] { 1 } +    Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_REJECT ] { 0 } +    Constant [ int DD_TRACE_PRIORITY_SAMPLING_USER_KEEP ] { 2 } +    Constant [ int DD_TRACE_PRIORITY_SAMPLING_USER_REJECT ] { -1 } +    Constant [ int DD_TRACE_PRIORITY_SAMPLING_UNKNOWN ] { 1073741824 } +    Constant [ int DD_TRACE_PRIORITY_SAMPLING_UNSET ] { 1073741825 }    }    - Functions { @@ -518,7 +528,7 @@ Extension [ <persistent> extension #128 ddtrace version 0.67.0 ] {        - Parameters [3] {          Parameter #0 [ <required> $class_or_function_name ]          Parameter #1 [ <required> $method_name_or_tracing_closure ] -        Parameter #2 [ <optional> $tracing_closure ] +        Parameter #2 [ <optional> $tracing_closure = <default> ]        }      }      Function [ <internal:ddtrace> function dd_trace_buffer_span ] { @@ -566,7 +576,7 @@ Extension [ <persistent> extension #128 ddtrace version 0.67.0 ] {      Function [ <internal:ddtrace> function dd_trace_generate_id ] {        - Parameters [1] { -        Parameter #0 [ <optional> $existing_id ] +        Parameter #0 [ <optional> $existing_id = <default> ]        }      }      Function [ <internal:ddtrace> function dd_trace_internal_fn ] { @@ -589,13 +599,13 @@ Extension [ <persistent> extension #128 ddtrace version 0.67.0 ] {      Function [ <internal:ddtrace> function DDTrace\start_span ] {        - Parameters [1] { -        Parameter #0 [ <optional> $start_time ] +        Parameter #0 [ <optional> $start_time = <default> ]        }      }      Function [ <internal:ddtrace> function DDTrace\close_span ] {        - Parameters [1] { -        Parameter #0 [ <optional> $finish_time ] +        Parameter #0 [ <optional> $finish_time = <default> ]        }      }      Function [ <internal:ddtrace> function DDTrace\active_span ] { @@ -618,20 +628,20 @@ Extension [ <persistent> extension #128 ddtrace version 0.67.0 ] {        - Parameters [0] {        }      } -    Function [ <internal:ddtrace> function DDTrace\trace_id ] { +    Function [ <internal:ddtrace> function dd_trace_push_span_id ] { -      - Parameters [0] { +      - Parameters [1] { +        Parameter #0 [ <optional> $existing_id = <default> ]        }      } -    Function [ <internal:ddtrace> function DDTrace\current_context ] { +    Function [ <internal:ddtrace> function DDTrace\trace_id ] {        - Parameters [0] {        }      } -    Function [ <internal:ddtrace> function dd_trace_push_span_id ] { +    Function [ <internal:ddtrace> function DDTrace\current_context ] { -      - Parameters [1] { -        Parameter #0 [ <optional> $existing_id ] +      - Parameters [0] {        }      }      Function [ <internal:ddtrace> function dd_trace_reset ] { @@ -703,7 +713,7 @@ Extension [ <persistent> extension #128 ddtrace version 0.67.0 ] {      Function [ <internal:ddtrace> function ddtrace_config_app_name ] {        - Parameters [1] { -        Parameter #0 [ <optional> $default_name ] +        Parameter #0 [ <optional> $default_name = <default> ]        }      }      Function [ <internal:ddtrace> function ddtrace_config_distributed_tracing_enabled ] { @@ -774,8 +784,8 @@ Extension [ <persistent> extension #128 ddtrace version 0.67.0 ] {        - Parameters [3] {          Parameter #0 [ <required> $function_name ] -        Parameter #1 [ <optional> $prehook ] -        Parameter #2 [ <optional> $posthook ] +        Parameter #1 [ <optional> $prehook = <default> ] +        Parameter #2 [ <optional> $posthook = <default> ]        }      }      Function [ <internal:ddtrace> function DDTrace\hook_method ] { @@ -783,8 +793,8 @@ Extension [ <persistent> extension #128 ddtrace version 0.67.0 ] {        - Parameters [4] {          Parameter #0 [ <required> $class_name ]          Parameter #1 [ <required> $method_name ] -        Parameter #2 [ <optional> $prehook ] -        Parameter #3 [ <optional> $posthook ] +        Parameter #2 [ <optional> $prehook = <default> ] +        Parameter #3 [ <optional> $posthook = <default> ]        }      }      Function [ <internal:ddtrace> function DDTrace\startup_logs ] { @@ -792,6 +802,19 @@ Extension [ <persistent> extension #128 ddtrace version 0.67.0 ] {        - Parameters [0] {        }      } +    Function [ <internal:ddtrace> function DDTrace\get_priority_sampling ] { + +      - Parameters [1] { +        Parameter #0 [ <optional> $global = <default> ] +      } +    } +    Function [ <internal:ddtrace> function DDTrace\set_priority_sampling ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $priority ] +        Parameter #1 [ <optional> $global = <default> ] +      } +    }      Function [ <internal:ddtrace> function DDTrace\Config\integration_analytics_enabled ] {        - Parameters [1] { @@ -830,14 +853,15 @@ Extension [ <persistent> extension #128 ddtrace version 0.67.0 ] {        - Static methods [0] {        } -      - Properties [7] { -        Property [ <default> public $name ] -        Property [ <default> public $resource ] -        Property [ <default> public $service ] -        Property [ <default> public $type ] -        Property [ <default> public $meta ] -        Property [ <default> public $metrics ] -        Property [ <default> public $exception ] +      - Properties [8] { +        Property [ public $name = NULL ] +        Property [ public $resource = NULL ] +        Property [ public $service = NULL ] +        Property [ public $type = NULL ] +        Property [ public $meta = NULL ] +        Property [ public $metrics = NULL ] +        Property [ public $exception = NULL ] +        Property [ public $parent = NULL ]        }        - Methods [2] { @@ -855,7 +879,7 @@ Extension [ <persistent> extension #128 ddtrace version 0.67.0 ] {        }      } -    Class [ <internal:ddtrace> class DDTrace\FatalError extends Exception implements Throwable ] { +    Class [ <internal:ddtrace> class DDTrace\FatalError extends Exception implements Throwable, Stringable ] {        - Constants [0] {        } @@ -867,47 +891,81 @@ Extension [ <persistent> extension #128 ddtrace version 0.67.0 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected $file = NULL ] +        Property [ protected $line = NULL ]        }        - Methods [10] {          Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            Parameter #0 [ <optional> string $message = "" ] +            Parameter #1 [ <optional> int $code = 0 ] +            Parameter #2 [ <optional> ?Throwable $previous = null ]            }          }          Method [ <internal:Core, inherits Exception> public method __wakeup ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + +          - Parameters [0] { +          } +          - Return [ int ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + +          - Parameters [0] { +          } +          - Return [ array ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + +          - Parameters [0] { +          } +          - Return [ ?Throwable ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          } -        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      }  | 
