diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..a0be6ba --- /dev/null +++ b/REFLECTION @@ -0,0 +1,125 @@ +Extension [ <persistent> extension #86 pinpoint_php version 0.5.2 ] { + + - INI { + Entry [ pinpoint_php.SendSpanTimeOutMs <ALL> ] + Current = '0' + } + Entry [ pinpoint_php.CollectorHost <ALL> ] + Current = 'unix:/tmp/collector.sock' + } + Entry [ pinpoint_php.UnitTest <ALL> ] + Current = 'no' + } + Entry [ pinpoint_php.TraceLimit <ALL> ] + Current = '-1' + } + Entry [ pinpoint_php.DebugReport <ALL> ] + Current = 'no' + } + } + + - Functions { + Function [ <internal:pinpoint_php> function _pinpoint_start_trace ] { + + - Parameters [1] { + Parameter #0 [ <optional> $nodeid = <default> ] + } + } + Function [ <internal:pinpoint_php> function _pinpoint_end_trace ] { + + - Parameters [1] { + Parameter #0 [ <optional> $nodeid = <default> ] + } + } + Function [ <internal:pinpoint_php> function _pinpoint_unique_id ] { + + - Parameters [0] { + } + } + Function [ <internal:pinpoint_php> function pinpoint_get_this ] { + + - Parameters [0] { + } + } + Function [ <internal:pinpoint_php> function pinpoint_get_caller_arg ] { + + - Parameters [1] { + Parameter #0 [ <optional> $index = <default> ] + } + } + Function [ <internal:pinpoint_php> function pinpoint_status ] { + + - Parameters [0] { + } + } + Function [ <internal:pinpoint_php> function _pinpoint_drop_trace ] { + + - Parameters [1] { + Parameter #0 [ <optional> $nodeid = <default> ] + } + } + Function [ <internal:pinpoint_php> function _pinpoint_start_time ] { + + - Parameters [0] { + } + } + Function [ <internal:pinpoint_php> function _pinpoint_set_context ] { + + - Parameters [3] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <required> $value ] + Parameter #2 [ <optional> $nodeid = <default> ] + } + } + Function [ <internal:pinpoint_php> function _pinpoint_get_context ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <optional> $nodeid = <default> ] + } + } + Function [ <internal:pinpoint_php> function _pinpoint_trace_limit ] { + + - Parameters [1] { + Parameter #0 [ <optional> $timestamp = <default> ] + } + } + Function [ <internal:pinpoint_php> function _pinpoint_mark_as_error ] { + + - Parameters [4] { + Parameter #0 [ <required> $msg ] + Parameter #1 [ <required> $filename ] + Parameter #2 [ <optional> $lineno = <default> ] + Parameter #3 [ <optional> $nodeid = <default> ] + } + } + Function [ <internal:pinpoint_php> function _pinpoint_add_clue ] { + + - Parameters [4] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <required> $value ] + Parameter #2 [ <optional> $nodeid = <default> ] + Parameter #3 [ <optional> $flag = <default> ] + } + } + Function [ <internal:pinpoint_php> function _pinpoint_add_clues ] { + + - Parameters [4] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <required> $value ] + Parameter #2 [ <optional> $nodeid = <default> ] + Parameter #3 [ <optional> $flag = <default> ] + } + } + Function [ <internal:pinpoint_php> function _pinpoint_join_cut ] { + + - Parameters [4] { + Parameter #0 [ <required> $joinable ] + Parameter #1 [ <required> $onBefore ] + Parameter #2 [ <required> $onEnd ] + Parameter #3 [ <required> $onException ] + } + } + } +} + |