Skip to content

Commit 78a8b0f

Browse files
committed
Fix a typo in UPGRADING.INTERNALS
1 parent 7e6ad00 commit 78a8b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.INTERNALS

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PHP 7.4 INTERNALS UPGRADE NOTES
3434
c. Function/property/class flags changes
3535
- ZEND_ACC_CTOR and ZEND_ACC_DTOR are removed. It's possible to check if
3636
method is a constructor/destructor using the following condition
37-
(func->commpon.scope->constructor == func).
37+
(func->common.scope->constructor == func).
3838
- ZEND_ACC_IMPLEMENTED_ABSTRACT is removed (it was used only internally
3939
during inheritance).
4040
- ZEND_ACC_IMPLICIT_PUBLIC is removed (it was used only for reflection)

0 commit comments

Comments
 (0)