V
V
Vadim Yagofarov2018-02-03 11:47:37
PHP
Vadim Yagofarov, 2018-02-03 11:47:37

Does not display a value, but displays some hieroglyphs?

5a7576f2d9b57748301816.png
Should output header but "php"
instead ணࠬ��� ��� ������ 䠩���. How to fix it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
animof, 2020-12-08
@animof

in settings.json

{
  "code-runner.executorMap": {
        "javascript": "node",
        "php": "C:\\Users\\enten\\.vscode\\php\\php.exe", //путь до php, его надо скачать
        "go": "go run",
        "html": "\"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe\"",
    },
}

Go to the settings, there will be an icon in the upper right corner, to go to settings.json

O
Olga Veter, 2018-02-03
@vetero4eg

set the default encoding.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question