aboutsummaryrefslogtreecommitdiffstats
path: root/testargs.php
diff options
context:
space:
mode:
Diffstat (limited to 'testargs.php')
-rw-r--r--testargs.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/testargs.php b/testargs.php
new file mode 100644
index 000000000..65e56ec3e
--- /dev/null
+++ b/testargs.php
@@ -0,0 +1,6 @@
+<?php
+
+if(($argc > 1) && isset($argv[1]))
+ echo $argv[1];
+else
+ echo '';