Commit 95f7e30f4c8 for php.net

commit 95f7e30f4c874b17d82de90a640c6e7729d06741
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date:   Wed Jan 21 16:57:05 2026 +0100

    [skip ci] Fix tmps= count in variation build

    Observers add an extra tmp, breaking the expected output.

diff --git a/ext/opcache/tests/array_map_foreach_optimization_001.phpt b/ext/opcache/tests/array_map_foreach_optimization_001.phpt
index 49031942d20..eba3d6b2955 100644
--- a/ext/opcache/tests/array_map_foreach_optimization_001.phpt
+++ b/ext/opcache/tests/array_map_foreach_optimization_001.phpt
@@ -52,7 +52,7 @@ function plus1($x) {
      5: 0009 - 0012 (tmp/var)

 plus1:
-     ; (lines=3, args=1, vars=1, tmps=1)
+     ; (lines=3, args=1, vars=1, tmps=%d)
      ; (after optimizer)
      ; %s
 0000 CV0($x) = RECV 1
diff --git a/ext/opcache/tests/array_map_foreach_optimization_002.phpt b/ext/opcache/tests/array_map_foreach_optimization_002.phpt
index 79b7df08b61..57e8706e90e 100644
--- a/ext/opcache/tests/array_map_foreach_optimization_002.phpt
+++ b/ext/opcache/tests/array_map_foreach_optimization_002.phpt
@@ -60,7 +60,7 @@ function plus1($x) {
      5: 0012 - 0015 (tmp/var)

 plus1:
-     ; (lines=3, args=1, vars=1, tmps=1)
+     ; (lines=3, args=1, vars=1, tmps=%d)
      ; (after optimizer)
      ; %s
 0000 CV0($x) = RECV 1
diff --git a/ext/opcache/tests/array_map_foreach_optimization_003.phpt b/ext/opcache/tests/array_map_foreach_optimization_003.phpt
index 7a287f54f78..7c8529494d2 100644
--- a/ext/opcache/tests/array_map_foreach_optimization_003.phpt
+++ b/ext/opcache/tests/array_map_foreach_optimization_003.phpt
@@ -43,7 +43,7 @@ function plus1($x) {
      2: 0003 - 0009 (loop)

 plus1:
-     ; (lines=3, args=1, vars=1, tmps=1)
+     ; (lines=3, args=1, vars=1, tmps=%d)
      ; (after optimizer)
      ; %s
 0000 CV0($x) = RECV 1
diff --git a/ext/opcache/tests/array_map_foreach_optimization_004.phpt b/ext/opcache/tests/array_map_foreach_optimization_004.phpt
index b97ed1e31d3..8b55a241a69 100644
--- a/ext/opcache/tests/array_map_foreach_optimization_004.phpt
+++ b/ext/opcache/tests/array_map_foreach_optimization_004.phpt
@@ -47,7 +47,7 @@ function stdClass() {
      4: 0009 - 0012 (tmp/var)

 stdClass:
-     ; (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")
diff --git a/ext/opcache/tests/array_map_foreach_optimization_005.phpt b/ext/opcache/tests/array_map_foreach_optimization_005.phpt
index 6f7cf450213..69edf469796 100644
--- a/ext/opcache/tests/array_map_foreach_optimization_005.phpt
+++ b/ext/opcache/tests/array_map_foreach_optimization_005.phpt
@@ -54,7 +54,7 @@ static function plus1($x) {
      5: 0009 - 0012 (tmp/var)

 Adder::plus1:
-     ; (lines=3, args=1, vars=1, tmps=1)
+     ; (lines=3, args=1, vars=1, tmps=%d)
      ; (after optimizer)
      ; %s
 0000 CV0($x) = RECV 1