summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2018-07-25 23:00:33 +0300
committerDmitry Stogov <dmitry@zend.com>2018-07-25 23:00:33 +0300
commit57c4ae393cf96dcd4464a015700cc06ff72abff6 (patch)
tree286880232868f007fd18ddc1ffa0da4ed25427f9
parentf950128cd6d1eac5c143ef1cff1e8cc4281949bd (diff)
downloadphp-git-57c4ae393cf96dcd4464a015700cc06ff72abff6.tar.gz
typo
-rw-r--r--UPGRADING.INTERNALS2
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.