We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6ad00 commit 78a8b0fCopy full SHA for 78a8b0f
UPGRADING.INTERNALS
@@ -34,7 +34,7 @@ PHP 7.4 INTERNALS UPGRADE NOTES
34
c. Function/property/class flags changes
35
- ZEND_ACC_CTOR and ZEND_ACC_DTOR are removed. It's possible to check if
36
method is a constructor/destructor using the following condition
37
- (func->commpon.scope->constructor == func).
+ (func->common.scope->constructor == func).
38
- ZEND_ACC_IMPLEMENTED_ABSTRACT is removed (it was used only internally
39
during inheritance).
40
- ZEND_ACC_IMPLICIT_PUBLIC is removed (it was used only for reflection)
0 commit comments