execute terminal php code example
Example 1: php run command terminal
php -r "Print \"Hello, World!\";"
Example 2: run phpstan terminal
vendor/bin/phpstan analyse [options] [<paths>...]
php -r "Print \"Hello, World!\";"
vendor/bin/phpstan analyse [options] [<paths>...]