summaryrefslogtreecommitdiffhomepage
path: root/test/php/time_exec/index.php
blob: 05d59d28130df2cb66b7ad0aaabae59e74749dc6 (plain) (blame)
1
2
3
4
<?php
echo 'time: ' . time();
echo 'exec: ' . exec('pwd');
?>