summaryrefslogtreecommitdiffhomepage
path: root/test/php/highlight_file_exec/index.php
blob: adcd5ed888370276cf60e1eea3f74647d552484f (plain) (blame)
1
2
3
4
<?php
highlight_file('index.php');
exec('pwd');
?>