summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/no-php-end-2.php
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/nxhtml/tests/in/no-php-end-2.php')
-rw-r--r--emacs.d/nxhtml/tests/in/no-php-end-2.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/emacs.d/nxhtml/tests/in/no-php-end-2.php b/emacs.d/nxhtml/tests/in/no-php-end-2.php
new file mode 100644
index 0000000..ac7debb
--- /dev/null
+++ b/emacs.d/nxhtml/tests/in/no-php-end-2.php
@@ -0,0 +1,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;
+ }
+} \ No newline at end of file