Execute um terminal PHP do servidor
$ cd ~/public_html
$ php -S localhost:8000
Nighter
$ cd ~/public_html
$ php -S localhost:8000
shell_exec('ls');
// or
exec('ls');
php -r "Print \"Hello, World!\";"
just simply type
php -a