summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/wiki-080606-indent.php
blob: 0776f03e5d4964dfd56a61b493b1e97f67a88292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

include_once(APP_AAA_INCLUDE."bb.php");
include_once(APP_AAA_INCLUDE."cc.php");
include_once(APP_AAA_INCLUDE."dd.php");
include_once(APP_AAA_INCLUDE."ee.php");
include_once(APP_AAA_INCLUDE."ff.php");
include_once(APP_AAA_INCLUDE."gg.php");

class Test
{
	public $var1;

	function __construct()
	{
		$this->var1 = 5;
	}
}