diff options
Diffstat (limited to 'test/php/time_exec/index.php')
-rw-r--r-- | test/php/time_exec/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/php/time_exec/index.php b/test/php/time_exec/index.php new file mode 100644 index 00000000..05d59d28 --- /dev/null +++ b/test/php/time_exec/index.php @@ -0,0 +1,4 @@ +<?php +echo 'time: ' . time(); +echo 'exec: ' . exec('pwd'); +?> |