Fixed typo

This commit is contained in:
Markus Staab 2017-05-25 20:06:13 +02:00 committed by Joe Watkins
parent 85b0b8a739
commit e54e8ff3b0
No known key found for this signature in database
GPG key ID: F9BA0ADA31CBD89E

2
NEWS
View file

@ -3,7 +3,7 @@ PHP NEWS
?? ??? ????, PHP 7.2 ?? ??? ????, PHP 7.2
- Core: - 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) instructions, to implement corresponding builtin functions. (Dmitry)
. "Countable" interface is moved from SPL to Core. (Dmitry) . "Countable" interface is moved from SPL to Core. (Dmitry)
. Added ZEND_IN_ARRAY instruction, implementing optimized in_array() builtin . Added ZEND_IN_ARRAY instruction, implementing optimized in_array() builtin