mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fixed typo
This commit is contained in:
parent
85b0b8a739
commit
e54e8ff3b0
1 changed files with 1 additions and 1 deletions
2
NEWS
2
NEWS
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue