File: b.php

package info (click to toggle)
phpcpd 6.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 384 kB
  • sloc: php: 1,251; xml: 132; makefile: 21
file content (23 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
// The constant addends indicate the number of not-ignored tokens
// at that point, for easy counting.
$a = 2 + 3;
$a = $a + 6;
$a = $a + 9;
$a = $a + 12;
$a = $a + 15;
$a = $a + 18;
$a = $a + 21;
$a = $a + 24;
$a = $a + 27;
$a = $a + 30;
$a = $a + 33;
$a = $a + 36;
$a = $a + 39;
$a = $a + 42;
$a = $a + 45;
$a = $a + 48;
$a = $a + 51;
$a = $a + 54;
$a = $a + 57;
$a = $a + 60;