当我设置时error_reporting(E_ALL | E_STRICT);,我的代码会产生Undefined variable错误.我可以解决它们,但我想知道在编写通过严格检查的代码和E_STRICT关闭之间是否存在速度或内存使用方面的任何差异?
error_reporting(E_ALL | E_STRICT);
Undefined variable
E_STRICT
php error-reporting strict
error-reporting ×1
php ×1
strict ×1