When using Wampserver as the running environment, write the var_dump function, and the browser will automatically display the php file path. Is it caused by xdebug? How to deal with it?
kler
kler 2017-07-03 09:05:19
0
2
1112
kler
kler

reply all(2)
nearest

It is the cause of xdebug

Solution:

set the overload_var_dump parameter of the xdebug item in php.ini

to 0 to turn off var_dump optimization,

to 1 to turn on optimization,

to 2 to turn on more optimizations, including display files name

Ty80

wamp is not used much, it is recommended to use our latest integrated environment, php programmer toolbox, http://tool.php.cn

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!