summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sample.php/src/main/resources/HelloWorld.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sandbox/ant/sample.php/src/main/resources/HelloWorld.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/sandbox/ant/sample.php/src/main/resources/HelloWorld.php b/sandbox/ant/sample.php/src/main/resources/HelloWorld.php
new file mode 100644
index 0000000000..f272383720
--- /dev/null
+++ b/sandbox/ant/sample.php/src/main/resources/HelloWorld.php
@@ -0,0 +1,7 @@
+<?
+
+function sayHello($value) {
+ return "Hello " . $value;
+}
+
+?>