美文网首页
php56到php71不向后兼容的变更

php56到php71不向后兼容的变更

作者: k1ic | 来源:发表于2018-02-08 16:33 被阅读36次

1.Fatal error变成了Error类型的Exception,未捕获该Exception,则再触发Fatal error

http://php.net/manual/zh/migration71.incompatible.php http://www.xiaomlove.com/2017/04/28/throwable-exceptions-and-errors-in-php7/

2.INI 文件中 # 注释格式被移除

http://php.net/manual/zh/migration70.incompatible.php

3.当传递参数过少时将抛出错误

http://php.net/manual/zh/migration71.incompatible.php

4.变量、属性和方法的间接调用严格遵循从左到右的顺序来解析

http://php.net/manual/zh/migration70.incompatible.php

5.foreach遍历时,数组指针不再移动

相关文章

网友评论

      本文标题:php56到php71不向后兼容的变更

      本文链接:https://www.haomeiwen.com/subject/vcmbzxtx.html