summaryrefslogtreecommitdiff
path: root/tests/cpp/include/variables/tpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpp/include/variables/tpl.h')
-rw-r--r--tests/cpp/include/variables/tpl.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/cpp/include/variables/tpl.h b/tests/cpp/include/variables/tpl.h
new file mode 100644
index 0000000..3c4ed7c
--- /dev/null
+++ b/tests/cpp/include/variables/tpl.h
@@ -0,0 +1,30 @@
+/**
+ *
+ * Test variables
+ * phptname.phpt
+ *
+ */
+
+
+
+
+/**
+ * Set up namespace
+ */
+namespace TestVariables {
+
+
+ /*
+ * Test
+ */
+ void fnname(Php::Parameters &params)
+ {
+
+
+ }
+
+/**
+ * End of namespace
+ */
+}
+