summaryrefslogtreecommitdiff
path: root/Examples/DlUnrestricted/dlunrestricted.php
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-04-03 09:28:38 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-04-03 09:28:38 +0200
commite1dc57a131fe297882a9d6dbf2d20fc7be662123 (patch)
treef64ecd33a5bba9d82b939fe75fcf7cf8d55c71dc /Examples/DlUnrestricted/dlunrestricted.php
parent3335c6c9aad6a276533a055f269c8ff12af0e4a7 (diff)
added DlUnrestricted example extension, modified makefiles to use php-config to find out the extension-dir
Diffstat (limited to 'Examples/DlUnrestricted/dlunrestricted.php')
-rw-r--r--Examples/DlUnrestricted/dlunrestricted.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/Examples/DlUnrestricted/dlunrestricted.php b/Examples/DlUnrestricted/dlunrestricted.php
new file mode 100644
index 0000000..d057f92
--- /dev/null
+++ b/Examples/DlUnrestricted/dlunrestricted.php
@@ -0,0 +1,13 @@
+<?php
+/*
+ * functionvoid.php
+ * @author Jasper van Eck<jasper.vaneck@copernica.com>
+ *
+ * An example file to show the working of a void function call.
+ */
+
+/*
+ * Run the function with the given name. As you can see, the given name
+ * can be different from the actual function name.
+ */
+my_void_function();