Skip to content

Commit ec110f1

Browse files
villfacmb69
authored andcommitted
Fix typos in UPGRADING.INTERNALS
1 parent f94518d commit ec110f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADING.INTERNALS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ PHP 7.4 INTERNALS UPGRADE NOTES
2424
instead of zval*.
2525

2626
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
27+
- ZEND_ACC_CTOR and ZEND_ACC_DTOR are removed. It's possible to check if
28+
method is a constructor/destructor using the following condition
2929
(func->commpon.scope->constructor == func).
3030
- ZEND_ACC_IMPLEMENTED_ABSTRACT is removed (it was used only internally
3131
during inheritance).

0 commit comments

Comments
 (0)