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.php3.当传递参数过少时将抛出错误
http://php.net/manual/zh/migration71.incompatible.php4.变量、属性和方法的间接调用严格遵循从左到右的顺序来解析
http://php.net/manual/zh/migration70.incompatible.php5.foreach遍历时,数组指针不再移动
网友评论