diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2023-12-19 01:08:06 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2023-12-19 01:08:06 +0100 |
commit | 4d45cc64499de2de6f758ff7c6f33d1fdd06f73e (patch) | |
tree | f8ce28a67c114633f9ba0789e3a1ea0bb375641e /test/test.php | |
parent | 878b3e840ec0a02901c9e3fb33ed0837813aaeac (diff) |
add PhpServer
Diffstat (limited to 'test/test.php')
-rw-r--r-- | test/test.php | 4 |
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(); |