@@ -203,6 +203,10 @@ ZEND_END_ARG_INFO()
203203
204204#define arginfo_DDTrace_Testing_emit_asm_event arginfo_DDTrace_flush
205205
206+ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_DDTrace_Testing_normalize_tag_value , 0 , 1 , IS_STRING , 0 )
207+ ZEND_ARG_TYPE_INFO (0 , value , IS_STRING , 0 )
208+ ZEND_END_ARG_INFO ()
209+
206210ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_DDTrace_Internal_add_span_flag , 0 , 2 , IS_VOID , 0 )
207211 ZEND_ARG_OBJ_INFO (0 , span , DDTrace \\SpanData , 0 )
208212 ZEND_ARG_TYPE_INFO (0 , flag , IS_LONG , 0 )
@@ -383,6 +387,7 @@ ZEND_FUNCTION(DDTrace_UserRequest_notify_commit);
383387ZEND_FUNCTION (DDTrace_UserRequest_set_blocking_function );
384388ZEND_FUNCTION (DDTrace_Testing_trigger_error );
385389ZEND_FUNCTION (DDTrace_Testing_emit_asm_event );
390+ ZEND_FUNCTION (DDTrace_Testing_normalize_tag_value );
386391ZEND_FUNCTION (DDTrace_Internal_add_span_flag );
387392ZEND_FUNCTION (DDTrace_Internal_handle_fork );
388393ZEND_FUNCTION (datadog_appsec_v2_track_user_login_success );
@@ -473,6 +478,7 @@ static const zend_function_entry ext_functions[] = {
473478 ZEND_RAW_FENTRY (ZEND_NS_NAME ("DDTrace\\UserRequest" , "set_blocking_function" ), zif_DDTrace_UserRequest_set_blocking_function , arginfo_DDTrace_UserRequest_set_blocking_function , 0 , NULL , NULL )
474479 ZEND_RAW_FENTRY (ZEND_NS_NAME ("DDTrace\\Testing" , "trigger_error" ), zif_DDTrace_Testing_trigger_error , arginfo_DDTrace_Testing_trigger_error , 0 , NULL , NULL )
475480 ZEND_RAW_FENTRY (ZEND_NS_NAME ("DDTrace\\Testing" , "emit_asm_event" ), zif_DDTrace_Testing_emit_asm_event , arginfo_DDTrace_Testing_emit_asm_event , 0 , NULL , NULL )
481+ ZEND_RAW_FENTRY (ZEND_NS_NAME ("DDTrace\\Testing" , "normalize_tag_value" ), zif_DDTrace_Testing_normalize_tag_value , arginfo_DDTrace_Testing_normalize_tag_value , 0 , NULL , NULL )
476482 ZEND_RAW_FENTRY (ZEND_NS_NAME ("DDTrace\\Internal" , "add_span_flag" ), zif_DDTrace_Internal_add_span_flag , arginfo_DDTrace_Internal_add_span_flag , 0 , NULL , NULL )
477483 ZEND_RAW_FENTRY (ZEND_NS_NAME ("DDTrace\\Internal" , "handle_fork" ), zif_DDTrace_Internal_handle_fork , arginfo_DDTrace_Internal_handle_fork , 0 , NULL , NULL )
478484 ZEND_RAW_FENTRY (ZEND_NS_NAME ("datadog\\appsec\\v2" , "track_user_login_success" ), zif_datadog_appsec_v2_track_user_login_success , arginfo_datadog_appsec_v2_track_user_login_success , 0 , NULL , NULL )
0 commit comments