diff --git a/tests/integration/attributes/test_transaction_closure_clm.php84.php b/tests/integration/attributes/test_transaction_closure_clm.php84.php index 7975b62a2..7a30585c4 100644 --- a/tests/integration/attributes/test_transaction_closure_clm.php84.php +++ b/tests/integration/attributes/test_transaction_closure_clm.php84.php @@ -95,7 +95,7 @@ class name, and lineno for closures. }, {}, { - "code.lineno": 151, + "code.lineno": 152, "code.filepath": "__FILE__", "code.function": "{closure:__FILE__:??}" } @@ -116,7 +116,7 @@ class name, and lineno for closures. }, {}, { - "code.lineno": 159, + "code.lineno": 160, "code.filepath": "__FILE__", "code.function": "{closure:__FILE__:??}" } @@ -137,7 +137,7 @@ class name, and lineno for closures. }, {}, { - "code.lineno": 159, + "code.lineno": 160, "code.filepath": "__FILE__", "code.function": "{closure:__FILE__:??}" } diff --git a/tests/integration/span_events/test_span_events_are_created_upon_caught_error.php84.php b/tests/integration/span_events/test_span_events_are_created_upon_caught_error.php84.php index 054d63240..fabe4bddd 100644 --- a/tests/integration/span_events/test_span_events_are_created_upon_caught_error.php84.php +++ b/tests/integration/span_events/test_span_events_are_created_upon_caught_error.php84.php @@ -93,7 +93,7 @@ { "error.message": "foo", "error.class": "E_USER_WARNING", - "code.lineno": 136, + "code.lineno": 137, "code.filepath": "__FILE__", "code.function": "a" } @@ -114,7 +114,7 @@ }, {}, { - "code.lineno": 130, + "code.lineno": 131, "code.filepath": "__FILE__", "code.function": "{closure:__FILE__:??}" } diff --git a/tests/integration/span_events/test_span_events_are_created_upon_uncaught_error.php84.php b/tests/integration/span_events/test_span_events_are_created_upon_uncaught_error.php84.php index bef359a21..b56ef56a2 100644 --- a/tests/integration/span_events/test_span_events_are_created_upon_uncaught_error.php84.php +++ b/tests/integration/span_events/test_span_events_are_created_upon_uncaught_error.php84.php @@ -93,7 +93,7 @@ { "error.message": "foo", "error.class": "E_USER_WARNING", - "code.lineno": 108, + "code.lineno": 109, "code.filepath": "__FILE__", "code.function": "a" }