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