~ubuntu-branches/ubuntu/utopic/php-codesniffer/utopic-proposed

« back to all changes in this revision

Viewing changes to PHP_CodeSniffer-1.5.0RC2/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.inc

  • Committer: Package Import Robot
  • Author(s): David Prévot
  • Date: 2014-07-21 14:42:41 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: package-import@ubuntu.com-20140721144241-t0v9knmgtzftbsw6
Tags: upstream-1.5.3
Import upstream version 1.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
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++) {
6
 
            
7
 
        }
8
 
    }
9
 
}
10
 
 
11
 
for ($i = 0; $i < 20; $i++) {
12
 
    for ($j = 0; $j < 5; $j += 2) {
13
 
        for ($k = 0; $k > 3; $k++) {
14
 
            
15
 
        }
16
 
    }
17
 
}
18
 
 
19
 
for ($i = 0; $i < 20; $i++) {
20
 
    for ($j = 0; $j < 5; $j += 2) {
21
 
        for ($k = 0; $k > 3; $j++) {
22
 
            
23
 
        }
24
 
    }
25
 
}
 
 
b'\\ No newline at end of file'