fix(cli): add php support for the cli (#3735)
This commit is contained in:
@@ -78,4 +78,10 @@ func main() (interface{}, error) {
|
||||
`,
|
||||
|
||||
powershell: `Write-Output "Hello world"`,
|
||||
|
||||
php: `<?php
|
||||
function main() {
|
||||
return "Hello world";
|
||||
}
|
||||
`,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user