Home  >  Article  >  Backend Development  >  Print PHP statement in chrome console is escaped

Print PHP statement in chrome console is escaped

WBOY
WBOYOriginal
2016-08-23 09:17:431304browse

It’s a simple var_dump debugging, because it is an interface, so check it on the console, as follows, please help the experienced driver. .

Print PHP statement in chrome console is escaped

Addition: A friend told me to order Preview, and I did order it, but nothing happened. . If I write a simple demo, Preview has data, so I don’t know if there is something wrong with this program?

Reply content:

It’s a simple var_dump debugging, because it is an interface, so check it in the console, as follows, please help the experienced driver. .

Print PHP statement in chrome console is escaped

Addition: A friend told me to order Preview, and I did order it, but nothing happened. . If I write a simple demo, Preview has data, so I don’t know if there is something wrong with this program?

xdebug is enabled in your php.ini, so that the var_dump output will be formatted. If you don’t want to use xdebug for debugging, please search for xdebug in php.ini and comment out the relevant configuration lines.

Visually, there is an internal php error in your interface

Close xdebug

Click Preview

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn