From 19065de76fc45f5930e74aa4aa9879c3b1b35fb6 Mon Sep 17 00:00:00 2001 From: Florian Engelhardt Date: Tue, 20 Jan 2026 12:07:57 +0100 Subject: [PATCH 1/2] Add frameless functions --- profiling/tests/correctness/allocations.json | 30 ++++++++++++++++---- profiling/tests/correctness/allocations.php | 6 ++-- 2 files changed, 28 insertions(+), 8 deletions(-) diff --git a/profiling/tests/correctness/allocations.json b/profiling/tests/correctness/allocations.json index dc662beb1ef..0c146b91fba 100644 --- a/profiling/tests/correctness/allocations.json +++ b/profiling/tests/correctness/allocations.json @@ -7,14 +7,22 @@ "stack-content": [ { "regular_expression": " Date: Tue, 20 Jan 2026 16:02:28 +0100 Subject: [PATCH 2/2] xdebug adds frames to frameless functions --- .github/workflows/prof_correctness.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prof_correctness.yml b/.github/workflows/prof_correctness.yml index 4e468cae263..e26054c48f3 100644 --- a/.github/workflows/prof_correctness.yml +++ b/.github/workflows/prof_correctness.yml @@ -27,6 +27,7 @@ jobs: uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5 with: php-version: ${{ matrix.php-version }} + coverage: none extensions: ${{ matrix.extensions }} env: phpts: ${{ matrix.phpts }}