php7已经发布有段时间了,查了下正式版本的发布时间是2015年底,至于具体的新特性,在这里总结一下. 标量类型声明 php7新增了4种类型, 字符串(string), 整数 (int), 浮点数 (float), 以及布尔值 (bool). 举个例子: 上述能正常输出结果5,如果改为如下,把参数3改成字符串 就会报错PHP Fatal error: Uncaught TypeError: Argument 2 passed to sumOfInts() must be of the type…