Skip to content

Commit 95f7e30

Browse files
committed
[skip ci] Fix tmps= count in variation build
Observers add an extra tmp, breaking the expected output.
1 parent f4728ec commit 95f7e30

5 files changed

+5
-5
lines changed

ext/opcache/tests/array_map_foreach_optimization_001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ LIVE RANGES:
5252
5: 0009 - 0012 (tmp/var)
5353

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

ext/opcache/tests/array_map_foreach_optimization_002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ LIVE RANGES:
6060
5: 0012 - 0015 (tmp/var)
6161

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

ext/opcache/tests/array_map_foreach_optimization_003.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ LIVE RANGES:
4343
2: 0003 - 0009 (loop)
4444

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

ext/opcache/tests/array_map_foreach_optimization_004.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ LIVE RANGES:
4747
4: 0009 - 0012 (tmp/var)
4848

4949
stdClass:
50-
; (lines=3, args=0, vars=0, tmps=1)
50+
; (lines=3, args=0, vars=0, tmps=%d)
5151
; (after optimizer)
5252
; %s
5353
0000 V0 = NEW 0 string("stdClass")

ext/opcache/tests/array_map_foreach_optimization_005.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ LIVE RANGES:
5454
5: 0009 - 0012 (tmp/var)
5555

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

0 commit comments

Comments
 (0)