Fix typos

This commit is contained in:
Dimitris Apostolou 2022-02-09 11:12:46 +02:00 committed by Olly Betts
commit 40c3bf30b2
10 changed files with 13 additions and 13 deletions

View file

@ -32,7 +32,7 @@ extern "C" {
ZEND_BEGIN_ARG_INFO_EX(name, 0, byref, num_req)
/* NB We can just ignore `default` here we currently always pass NULL for it
* (this mechnism for specifying default parameter values was new in PHP 8.0
* (this mechanism for specifying default parameter values was new in PHP 8.0
* so it's not useful while we still want to support PHP7 too).
*/
# define ZEND_ARG_OBJ_TYPE_MASK(byref, name, classes, types, default) \