From aa6b41e981779ea8b42cf0fc41579b0ce5d208a9 Mon Sep 17 00:00:00 2001 From: Michal Nowacki Date: Mon, 13 Jan 2025 14:40:21 -0500 Subject: [PATCH] test: ensure execute file code path execution in agent for PHP 8.2+ --- tests/regression/tt_detail.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/regression/tt_detail.inc b/tests/regression/tt_detail.inc index 0ccb034de..b31f28cdd 100644 --- a/tests/regression/tt_detail.inc +++ b/tests/regression/tt_detail.inc @@ -7,3 +7,6 @@ function helper() { error_reporting(error_reporting()); // prevent from optimizing this function away } + +// Ensure this triggers execute file code path in the agent on PHPs 8.2+: +echo "";