diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 50 |
1 files changed, 25 insertions, 25 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #150 ddtrace version 1.14.1 ] { +Extension [ <persistent> extension #147 ddtrace version 1.15.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -1111,20 +1111,20 @@ Extension [ <persistent> extension #150 ddtrace version 1.14.1 ] { } - Constants [14] { - Constant [ string DDTrace\HOOK_ALL_FILES ] { } - Constant [ int DDTrace\HOOK_INSTANCE ] { 1 } - Constant [ int DDTrace\DBM_PROPAGATION_DISABLED ] { 0 } - Constant [ int DDTrace\DBM_PROPAGATION_SERVICE ] { 1 } - Constant [ int DDTrace\DBM_PROPAGATION_FULL ] { 2 } - Constant [ int DDTrace\Internal\SPAN_FLAG_OPENTELEMETRY ] { 1 } - Constant [ int DDTrace\Internal\SPAN_FLAG_OPENTRACING ] { 2 } - Constant [ string DD_TRACE_VERSION ] { 1.14.1 } - 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 } + Constant [ <persistent> string DDTrace\HOOK_ALL_FILES ] { } + Constant [ <persistent> int DDTrace\HOOK_INSTANCE ] { 1 } + Constant [ <persistent> int DDTrace\DBM_PROPAGATION_DISABLED ] { 0 } + Constant [ <persistent> int DDTrace\DBM_PROPAGATION_SERVICE ] { 1 } + Constant [ <persistent> int DDTrace\DBM_PROPAGATION_FULL ] { 2 } + Constant [ <persistent> int DDTrace\Internal\SPAN_FLAG_OPENTELEMETRY ] { 1 } + Constant [ <persistent> int DDTrace\Internal\SPAN_FLAG_OPENTRACING ] { 2 } + Constant [ <persistent> string DD_TRACE_VERSION ] { 1.15.0 } + Constant [ <persistent> int DD_TRACE_PRIORITY_SAMPLING_AUTO_KEEP ] { 1 } + Constant [ <persistent> int DD_TRACE_PRIORITY_SAMPLING_AUTO_REJECT ] { 0 } + Constant [ <persistent> int DD_TRACE_PRIORITY_SAMPLING_USER_KEEP ] { 2 } + Constant [ <persistent> int DD_TRACE_PRIORITY_SAMPLING_USER_REJECT ] { -1 } + Constant [ <persistent> int DD_TRACE_PRIORITY_SAMPLING_UNKNOWN ] { 1073741824 } + Constant [ <persistent> int DD_TRACE_PRIORITY_SAMPLING_UNSET ] { 1073741825 } } - Functions { @@ -1865,12 +1865,12 @@ Extension [ <persistent> extension #150 ddtrace version 1.14.1 ] { Property [ public array $meta = [] ] Property [ public array $metrics = [] ] Property [ public ?Throwable $exception = NULL ] - Property [ public readonly string $id ] + Property [ public protected(set) readonly string $id ] Property [ public array $links = [] ] Property [ public array $events = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent ] - Property [ public readonly DDTrace\SpanStack $stack ] + Property [ public protected(set) readonly ?DDTrace\SpanData $parent ] + Property [ public protected(set) readonly DDTrace\SpanStack $stack ] Property [ public array $onClose = [] ] Property [ public array $baggage = [] ] } @@ -1928,12 +1928,12 @@ Extension [ <persistent> extension #150 ddtrace version 1.14.1 ] { Property [ public array $meta = [] ] Property [ public array $metrics = [] ] Property [ public ?Throwable $exception = NULL ] - Property [ public readonly string $id ] + Property [ public protected(set) readonly string $id ] Property [ public array $links = [] ] Property [ public array $events = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent ] - Property [ public readonly DDTrace\SpanStack $stack ] + Property [ public protected(set) readonly ?DDTrace\SpanData $parent ] + Property [ public protected(set) readonly DDTrace\SpanStack $stack ] Property [ public array $onClose = [] ] Property [ public array $baggage = [] ] } @@ -1991,12 +1991,12 @@ Extension [ <persistent> extension #150 ddtrace version 1.14.1 ] { Property [ public array $meta = [] ] Property [ public array $metrics = [] ] Property [ public ?Throwable $exception = NULL ] - Property [ public readonly string $id ] + Property [ public protected(set) readonly string $id ] Property [ public array $links = [] ] Property [ public array $events = [] ] Property [ public array $peerServiceSources = [] ] - Property [ public readonly ?DDTrace\SpanData $parent ] - Property [ public readonly DDTrace\SpanStack $stack ] + Property [ public protected(set) readonly ?DDTrace\SpanData $parent ] + Property [ public protected(set) readonly DDTrace\SpanStack $stack ] Property [ public array $onClose = [] ] Property [ public array $baggage = [] ] Property [ public string $origin ] @@ -2054,7 +2054,7 @@ Extension [ <persistent> extension #150 ddtrace version 1.14.1 ] { } - Properties [3] { - Property [ public readonly ?DDTrace\SpanStack $parent ] + Property [ public protected(set) readonly ?DDTrace\SpanStack $parent ] Property [ public ?DDTrace\SpanData $active = NULL ] Property [ public array $spanCreationObservers = [] ] } |
