]> granicus.if.org Git - php/commitdiff
typo
authorDmitry Stogov <dmitry@zend.com>
Wed, 25 Jul 2018 20:00:33 +0000 (23:00 +0300)
committerDmitry Stogov <dmitry@zend.com>
Wed, 25 Jul 2018 20:00:33 +0000 (23:00 +0300)
UPGRADING.INTERNALS

index 101de4216e771da28d3ac2494f1ba3ac12713b85..12ee1051b5b6a133edf78345ab318f83b4e58292 100644 (file)
@@ -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.