Skip to content

Commit 05c5cc3

Browse files
Update ext/opcache/tests/jit/gh22857.phpt
Co-authored-by: Weilin Du <weilindu@php.net>
1 parent a447b39 commit 05c5cc3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ext/opcache/tests/jit/gh22857.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ class Container2 {
100100
}
101101

102102
$c2 = new Container2('alpha', 'beta');
103-
for ($i = 0; $i < 200; $i++) {
104-
$c2->step();
105-
}
103+
$c2->step();
104+
$c2->step();
105+
$c2->step();
106106

107107
echo "OK\n";
108108
?>

0 commit comments

Comments
 (0)