From 178fc2db82de5e1f6950c061d68770938c0d4a0f Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Thu, 1 May 2025 12:00:26 +0200 Subject: [PATCH] [skip ci] Fix var count in opcache test for i386 --- ext/opcache/tests/opt/block_pass_007.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/opcache/tests/opt/block_pass_007.phpt b/ext/opcache/tests/opt/block_pass_007.phpt index 4f3d334406a..b2dca320d9b 100644 --- a/ext/opcache/tests/opt/block_pass_007.phpt +++ b/ext/opcache/tests/opt/block_pass_007.phpt @@ -18,7 +18,7 @@ var_dump(!!$f === false); ?> --EXPECTF-- $_main: - ; (lines=22, args=0, vars=1, tmps=1) + ; (lines=22, args=0, vars=1, tmps=%d) ; (after optimizer) ; %s 0000 INIT_FCALL 2 %d string("random_int")