We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94518d commit ec110f1Copy full SHA for ec110f1
UPGRADING.INTERNALS
@@ -24,8 +24,8 @@ PHP 7.4 INTERNALS UPGRADE NOTES
24
instead of zval*.
25
26
c. Function flags changes
27
- - ZEND_ACC_CTOR and ZEND_ACC_DTOR are removed. It's pissible to check if
28
- method is a constructor/destructor using the following condintion
+ - ZEND_ACC_CTOR and ZEND_ACC_DTOR are removed. It's possible to check if
+ method is a constructor/destructor using the following condition
29
(func->commpon.scope->constructor == func).
30
- ZEND_ACC_IMPLEMENTED_ABSTRACT is removed (it was used only internally
31
during inheritance).
0 commit comments