File: d.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 (7)
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.
$b = 2 + 3;
$b = $b + 6;
$b = $b + 9;
$b = $b + 12;
$b = $b + 15;
$b = $b + 18;
$b = $b + 21;
$b = $b + 24;
$b = $b + 27;
$b = $b + 30;
$b = $b + 33;
$b = $b + 36;
$b = $b + 39;
$b = $b + 42;
$b = $b + 45;
$b = $b + 48;
$b = $b + 51;
$b = $b + 54;
$b = $b + 57;
$b = $b + 60;