diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #123 ddtrace version 0.82.0 ] { +Extension [ <persistent> extension #120 ddtrace version 0.83.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -595,7 +595,7 @@ Extension [ <persistent> extension #123 ddtrace version 0.82.0 ] { } - Constants [7] { - Constant [ string DD_TRACE_VERSION ] { 0.82.0 } + Constant [ string DD_TRACE_VERSION ] { 0.83.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 } @@ -1092,8 +1092,8 @@ Extension [ <persistent> extension #123 ddtrace version 0.82.0 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { @@ -1110,6 +1110,7 @@ Extension [ <persistent> extension #123 ddtrace version 0.82.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { |