We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9779d commit 7c856b4Copy full SHA for 7c856b4
src/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.1.inc
@@ -1,8 +1,8 @@
1
<?php
2
3
-for ($i = 0; $i < 20; $i++) {
4
- for ($j = 0; $j < 5; $i += 2) {
5
- for ($k = 0; $k > 3; $i++) {
+for ($same = 0; $same < 20; $same++) {
+ for ($j = 0; $j < 5; $same += 2) {
+ for ($k = 0; $k > 3; $same++) {
6
7
}
8
@@ -17,8 +17,8 @@ for ($i = 0; $i < 20; $i++) {
17
18
19
for ($i = 0; $i < 20; $i++) {
20
- for ($j = 0; $j < 5; $j += 2) {
21
- for ($k = 0; $k > 3; $j++) {
+ for ($same = 0; $same < 5; $same += 2) {
22
23
24
0 commit comments