summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Staab <maggus.staab@googlemail.com>2017-05-25 20:06:13 +0200
committerJoe Watkins <krakjoe@php.net>2017-05-29 08:21:37 +0100
commite54e8ff3b00946376a6afce1c7adf23a3f799497 (patch)
treea6da79a471013ec407a540b69d331bf93073b0de
parent85b0b8a739e7980ada9a121373a419b91d549dda (diff)
downloadphp-git-e54e8ff3b00946376a6afce1c7adf23a3f799497.tar.gz
Fixed typo
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 03176f8df4..0d32a5d25e 100644
--- a/NEWS
+++ b/NEWS
@@ -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