Skip to content

Commit 178fc2d

Browse files
committed
[skip ci] Fix var count in opcache test for i386
1 parent a1e1a7a commit 178fc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/tests/opt/block_pass_007.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var_dump(!!$f === false);
1818
?>
1919
--EXPECTF--
2020
$_main:
21-
; (lines=22, args=0, vars=1, tmps=1)
21+
; (lines=22, args=0, vars=1, tmps=%d)
2222
; (after optimizer)
2323
; %s
2424
0000 INIT_FCALL 2 %d string("random_int")

0 commit comments

Comments
 (0)