What is the recommended error_reporting() setting for development? What about E_STRICT?

前端 未结 8 1557
醉梦人生
醉梦人生 2020-12-06 04:29

Typically I use E_ALL to see anything that PHP might say about my code to try and improve it.

I just noticed a error constant E_STRICT, but

8条回答
提交回复
热议问题