Skip to content

Commit 7c13920

Browse files
committed
Fix tmp for variation tests
1 parent 00f49cd commit 7c13920

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/opcache/tests/dump_property_hooks.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $a->prop = 41;
3030
?>
3131
--EXPECTF--
3232
$_main:
33-
; (lines=10, args=0, vars=1, tmps=1)
33+
; (lines=10, args=0, vars=1, tmps=%d)
3434
; (after optimizer)
3535
; %sdump_property_hooks.php:1-22
3636
0000 V1 = NEW 0 string("A")
@@ -47,13 +47,13 @@ LIVE RANGES:
4747
1: 0001 - 0002 (new)
4848

4949
A::$prop::get:
50-
; (lines=1, args=0, vars=0, tmps=0)
50+
; (lines=1, args=0, vars=0, tmps=%d)
5151
; (after optimizer)
5252
; %sdump_property_hooks.php:5-8
5353
0000 RETURN int(42)
5454

5555
A::$prop::set:
56-
; (lines=4, args=1, vars=1, tmps=1)
56+
; (lines=4, args=1, vars=1, tmps=%d)
5757
; (after optimizer)
5858
; %sdump_property_hooks.php:9-13
5959
0000 CV0($value) = RECV 1

0 commit comments

Comments
 (0)