File: a.php

package info (click to toggle)
phpcpd 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 264 kB
  • ctags: 368
  • sloc: php: 1,032; xml: 144; makefile: 23
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;