summaryrefslogtreecommitdiff
path: root/test/test.php
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2023-12-19 01:08:06 +0100
committerDaniel Weipert <git@mail.dweipert.de>2023-12-19 01:08:06 +0100
commit4d45cc64499de2de6f758ff7c6f33d1fdd06f73e (patch)
treef8ce28a67c114633f9ba0789e3a1ea0bb375641e /test/test.php
parent878b3e840ec0a02901c9e3fb33ed0837813aaeac (diff)
add PhpServer
Diffstat (limited to 'test/test.php')
-rw-r--r--test/test.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.php b/test/test.php
new file mode 100644
index 0000000..d1bfe19
--- /dev/null
+++ b/test/test.php
@@ -0,0 +1,4 @@
+<?php
+
+echo date("c");
+echo date();