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.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/cpp/include/variables/tpl.h b/tests/cpp/include/variables/tpl.h
deleted file mode 100644
index 0df5892..0000000
--- a/tests/cpp/include/variables/tpl.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/**
- *
- * Test variables
- * phptname.phpt
- *
- */
-
-
-
-
-/**
- * Set up namespace
- */
-namespace TestVariables {
-
- /*
- * Test
- */
- void fnname(Php::Parameters &params)
- {
-
-
- }
-
-/**
- * End of namespace
- */
-}
-