如何调试PHP代码?答案如何调试PHP代码?答案 显示错误信息, ```phpini_set('display_errors', 'On');error_reporting(E_ALL); ``` 使用var_dump() 使用XDebug