Why file path is showing with other code output?
This is just started after has installed xdebug, this is the output:
/Applications/XAMPP/xamppfiles/htdocs/pp/index.php:6: array (size=7) 0 => int 2 1 => int 3 2 => int 5 3 => int 3 4 => int 4 5 => int 5 6 => int 4
/Applications/XAMPP/xamppfiles/htdocs/pp/index.php:7: array (size=5) 0 => int 3 1 => int 4 2 => int 5 3 => int 3 4 => int 2
How can I remove such path from output, of course, I haven't mentioned code to show path.
请先登录再写评论。
Hello,
Where do you see this output? Did you check you php.ini for any related options?
How did you install Xdebug? Does it disappear if you disable Xdebug?