ext/[cd]*: fix a bunch of typos (#16298)

Only functional change is the renaming of the functions
`dom_document_substitue_entities_(read|write)` to replace `substitue` with
`substitute`.
This commit is contained in:
DanielEScherzer 2024-10-09 08:40:42 -07:00 committed by GitHub
parent e34eebb854
commit 41996e8d4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 37 additions and 37 deletions

View file

@ -2699,7 +2699,7 @@ PHP_METHOD(DateTime, createFromInterface)
}
/* }}} */
/* {{{ Creates new DateTime object from given unix timetamp */
/* {{{ Creates new DateTime object from given unix timestamp */
PHP_METHOD(DateTime, createFromTimestamp)
{
zval *value;