1、效能提升:PHP7比PHP5.6效能提升了兩倍。 Improved performance: PHP 7 is up to twice as fast as PHP 5.6
2、全面一致的64位支援。 Consistent 64-bit support
3、以前的許多致命錯誤,現在改成丟擲異常。Many fatal errors are now Exceptions
4、移除了一些老的不在支援的SAPI(伺服器端應用程式設計埠)和擴充套件。Removal of old and unsupported SAPIs and extensions
5、新增了空接合運算子。The null coalescing operator (??)
6、新增加了結合比較運算子。Combined comparison Operator ()
7、新增加了函式的返回型別宣告。Return Type Declarations
8、新增加了標量型別宣告。Scalar Type Declarations
9、新增加匿名類。Anonymous Classes
1、效能提升:PHP7比PHP5.6效能提升了兩倍。 Improved performance: PHP 7 is up to twice as fast as PHP 5.6
2、全面一致的64位支援。 Consistent 64-bit support
3、以前的許多致命錯誤,現在改成丟擲異常。Many fatal errors are now Exceptions
4、移除了一些老的不在支援的SAPI(伺服器端應用程式設計埠)和擴充套件。Removal of old and unsupported SAPIs and extensions
5、新增了空接合運算子。The null coalescing operator (??)
6、新增加了結合比較運算子。Combined comparison Operator ()
7、新增加了函式的返回型別宣告。Return Type Declarations
8、新增加了標量型別宣告。Scalar Type Declarations
9、新增加匿名類。Anonymous Classes