作者:php.cn 更新時間:2022-04-15 14:11:20
PHP7其他修改
- NaN和Infinity轉為整數的時候,總是0。
- Instead of being undefined and platform-dependent, NaN and Infinity will always be zero when cast to integer.
- Calling a method on a non-object現在會拋出一個可以撲獲的錯誤,不再是致命錯誤。 https://wiki.php.net/rfc/catchable-call-to-member-of-non-object
- zend_parse_parameters的錯誤訊息總是使用integer, float,不再使用long和double 。
- ignore_user_abort設為真的話,輸出快取會繼續運作,即使連結中斷。
- Zend擴充介面使用zend_extension.op_array_persist_calc()和zend_extensions.op_array_persist() 。
- 引進了zend_internal_function.reserved[]陣列。
#