summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/no-php-end-3.php
blob: 2e91d1a446057e4bd80a391f9c28378e10d4cab6 (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;
	}
}