mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +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
|
@ -1191,7 +1191,7 @@ PHP_FUNCTION(dba_delete)
|
|||
/* }}} */
|
||||
|
||||
/* {{{ If not inifile: Insert value as key, return false, if key exists already
|
||||
If inifile: Add vakue as key (next instance of key) */
|
||||
If inifile: Add value as key (next instance of key) */
|
||||
PHP_FUNCTION(dba_insert)
|
||||
{
|
||||
php_dba_update(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue