mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
typos (orig)
This commit is contained in:
parent
2bad01e61b
commit
bb64106f64
1 changed files with 2 additions and 2 deletions
|
@ -118508,7 +118508,7 @@ static int star_oh(const char *z){
|
|||
|
||||
/*
|
||||
** If the word ends with zFrom and xCond() is true for the stem
|
||||
** of the word that preceds the zFrom ending, then change the
|
||||
** of the word that precede the zFrom ending, then change the
|
||||
** ending to zTo.
|
||||
**
|
||||
** The input word *pz and zFrom are both in reverse order. zTo
|
||||
|
@ -127688,7 +127688,7 @@ SQLITE_API int sqlite3_extension_init(
|
|||
** * Implementations of the SQL scalar upper() and lower() functions
|
||||
** for case mapping.
|
||||
**
|
||||
** * Integration of ICU and SQLite collation seqences.
|
||||
** * Integration of ICU and SQLite collation sequences.
|
||||
**
|
||||
** * An implementation of the LIKE operator that uses ICU to
|
||||
** provide case-independent matching.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue