Skip to content

Commit

Permalink
test: ensure execute file code path execution in agent for PHP 8.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
lavarou committed Jan 13, 2025
1 parent 6b1c7d3 commit aa6b41e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/regression/tt_detail.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 "";

0 comments on commit aa6b41e

Please sign in to comment.