php -r 'PHPのコード'
php -r 'echo "hello world";'
hello world
phpでecho “hello world”;を実行している。
echo “hello world”;
hello worldと表示されれば、PHPが正常に稼働している。