mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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:
parent
e34eebb854
commit
41996e8d4f
33 changed files with 37 additions and 37 deletions
|
@ -350,7 +350,7 @@ static zval *php_dom_xpath_callback_fetch_args(xmlXPathParserContextPtr ctxt, ui
|
|||
xmlNsPtr original = (xmlNsPtr) node;
|
||||
|
||||
/* Make sure parent dom object exists, so we can take an extra reference. */
|
||||
zval parent_zval; /* don't destroy me, my lifetime is transfered to the fake namespace decl */
|
||||
zval parent_zval; /* don't destroy me, my lifetime is transferred to the fake namespace decl */
|
||||
php_dom_create_object(nsparent, &parent_zval, intern);
|
||||
dom_object *parent_intern = Z_DOMOBJ_P(&parent_zval);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue