diff options
author | Markus Staab <maggus.staab@googlemail.com> | 2017-05-25 20:06:13 +0200 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-05-29 08:21:37 +0100 |
commit | e54e8ff3b00946376a6afce1c7adf23a3f799497 (patch) | |
tree | a6da79a471013ec407a540b69d331bf93073b0de | |
parent | 85b0b8a739e7980ada9a121373a419b91d549dda (diff) | |
download | php-git-e54e8ff3b00946376a6afce1c7adf23a3f799497.tar.gz |
Fixed typo
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ PHP NEWS ?? ??? ????, PHP 7.2 - Core: - . Added ZEND_COUNT, ZEND_GET_CLASS, ZEMD_GET_CALLED_CLASS, ZEND_GET_TYPE + . Added ZEND_COUNT, ZEND_GET_CLASS, ZEND_GET_CALLED_CLASS, ZEND_GET_TYPE instructions, to implement corresponding builtin functions. (Dmitry) . "Countable" interface is moved from SPL to Core. (Dmitry) . Added ZEND_IN_ARRAY instruction, implementing optimized in_array() builtin |