diff options
author | Dmitry Stogov <dmitry@zend.com> | 2018-07-25 23:00:33 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2018-07-25 23:00:33 +0300 |
commit | 57c4ae393cf96dcd4464a015700cc06ff72abff6 (patch) | |
tree | 286880232868f007fd18ddc1ffa0da4ed25427f9 | |
parent | f950128cd6d1eac5c143ef1cff1e8cc4281949bd (diff) | |
download | php-git-57c4ae393cf96dcd4464a015700cc06ff72abff6.tar.gz |
typo
-rw-r--r-- | UPGRADING.INTERNALS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 101de4216e..12ee1051b5 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -156,7 +156,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES x. Class declaration opcode formats were changed - DECLARE_INHERITED_CLASS and DECLARE_ANON_INHERITED_CLASS now encode parent class name in second operand directly (as IS_CONST operand). Previously, - parent class was fetched but previous FETCH_CLASS opcode. + parent class was fetched by the prior FETCH_CLASS opcode. - ADD_INTERFACE and ADD_TRAIT don't use run-time cache to keep interface or trait. These instructions are executed once, and caching is useless. |