summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/bug272871.php
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/nxhtml/tests/in/bug272871.php')
-rw-r--r--emacs.d/nxhtml/tests/in/bug272871.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs.d/nxhtml/tests/in/bug272871.php b/emacs.d/nxhtml/tests/in/bug272871.php
new file mode 100644
index 0000000..c205383
--- /dev/null
+++ b/emacs.d/nxhtml/tests/in/bug272871.php
@@ -0,0 +1,7 @@
+<?php
+function a()
+{
+ b($a, $b);
+ c($b, $c);
+}
+?> \ No newline at end of file