Skip to content

Commit 7b0c705

Browse files
committed
Update stub file
1 parent f6cb370 commit 7b0c705

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

ext/ddtrace_arginfo.h

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: d95d154ba605844f46f82c7ed9df0298bf5a0872 */
2+
* Stub hash: 55972d231789add1cf24ac96d74b532cd7f112f5 */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_DDTrace_trace_method, 0, 3, _IS_BOOL, 0)
55
ZEND_ARG_TYPE_INFO(0, className, IS_STRING, 0)
@@ -61,7 +61,7 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_DDTrace_update_span_duration, 0,
6161
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, finishTime, IS_DOUBLE, 0, "0")
6262
ZEND_END_ARG_INFO()
6363

64-
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_DDTrace_start_trace_span, 0, 0, DDTrace\\SpanData, 0)
64+
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_DDTrace_start_trace_span, 0, 0, DDTrace\\RootSpanData, 0)
6565
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, startTime, IS_DOUBLE, 0, "0")
6666
ZEND_END_ARG_INFO()
6767

@@ -80,11 +80,6 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_DDTrace_set_priority_sampling, 0
8080
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, global, _IS_BOOL, 0, "false")
8181
ZEND_END_ARG_INFO()
8282

83-
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_DDTrace_set_end_callback, 0, 2, IS_VOID, 0)
84-
ZEND_ARG_OBJ_INFO(0, span, DDTrace\\SpanData, 0)
85-
ZEND_ARG_OBJ_INFO(0, closure, Closure, 0)
86-
ZEND_END_ARG_INFO()
87-
8883
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_DDTrace_get_priority_sampling, 0, 0, IS_LONG, 1)
8984
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, global, _IS_BOOL, 0, "false")
9085
ZEND_END_ARG_INFO()
@@ -290,7 +285,6 @@ ZEND_FUNCTION(DDTrace_active_stack);
290285
ZEND_FUNCTION(DDTrace_create_stack);
291286
ZEND_FUNCTION(DDTrace_switch_stack);
292287
ZEND_FUNCTION(DDTrace_set_priority_sampling);
293-
ZEND_FUNCTION(DDTrace_set_end_callback);
294288
ZEND_FUNCTION(DDTrace_get_priority_sampling);
295289
ZEND_FUNCTION(DDTrace_get_sanitized_exception_trace);
296290
ZEND_FUNCTION(DDTrace_consume_distributed_tracing_headers);
@@ -370,7 +364,6 @@ static const zend_function_entry ext_functions[] = {
370364
ZEND_NS_FALIAS("DDTrace", create_stack, DDTrace_create_stack, arginfo_DDTrace_create_stack)
371365
ZEND_NS_FALIAS("DDTrace", switch_stack, DDTrace_switch_stack, arginfo_DDTrace_switch_stack)
372366
ZEND_NS_FALIAS("DDTrace", set_priority_sampling, DDTrace_set_priority_sampling, arginfo_DDTrace_set_priority_sampling)
373-
ZEND_NS_FALIAS("DDTrace", set_end_callback, DDTrace_set_end_callback, arginfo_DDTrace_set_end_callback)
374367
ZEND_NS_FALIAS("DDTrace", get_priority_sampling, DDTrace_get_priority_sampling, arginfo_DDTrace_get_priority_sampling)
375368
ZEND_NS_FALIAS("DDTrace", get_sanitized_exception_trace, DDTrace_get_sanitized_exception_trace, arginfo_DDTrace_get_sanitized_exception_trace)
376369
ZEND_NS_FALIAS("DDTrace", consume_distributed_tracing_headers, DDTrace_consume_distributed_tracing_headers, arginfo_DDTrace_consume_distributed_tracing_headers)

0 commit comments

Comments
 (0)