initial commit
[emacs-init.git] / nxhtml / tests / in / no-php-end-3.php
1 <?php
2
3 include_once(APP_AAA_INCLUDE."bb.php");
4 include_once(APP_AAA_INCLUDE."cc.php");
5 include_once(APP_AAA_INCLUDE."dd.php");
6 include_once(APP_AAA_INCLUDE."ee.php");
7 include_once(APP_AAA_INCLUDE."ff.php");
8 include_once(APP_AAA_INCLUDE."gg.php");
9
10 class Test
11 {
12         public $var1;
13         
14         function __construct()
15         {
16                 $This->var1 = 5;
17         }
18 }