From ec35f534c63a37d21eb468e7c2c5778ab65307c1 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Thu, 3 Apr 2025 12:46:22 +0200 Subject: [PATCH] [skip ci] Fix varying tmps count in nodiscard test --- Zend/tests/attributes/nodiscard/010.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zend/tests/attributes/nodiscard/010.phpt b/Zend/tests/attributes/nodiscard/010.phpt index 2de81d76aa6..f4f7b8488e9 100644 --- a/Zend/tests/attributes/nodiscard/010.phpt +++ b/Zend/tests/attributes/nodiscard/010.phpt @@ -28,7 +28,7 @@ $obj = test(); ?> --EXPECTF-- $_main: - ; (lines=29, args=0, vars=3, tmps=1) + ; (lines=29, args=0, vars=3, tmps=%d) ; (after optimizer) ; %s 0000 INIT_FCALL 0 %d string("tmpfile") @@ -62,7 +62,7 @@ $_main: 0028 RETURN int(1) test: - ; (lines=3, args=0, vars=0, tmps=1) + ; (lines=3, args=0, vars=0, tmps=%d) ; (after optimizer) ; %s 0000 V0 = NEW 0 string("stdClass")