diff options
Diffstat (limited to 'testargs.php')
-rw-r--r-- | testargs.php | 6 |
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 ''; |