mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
Fix typo.
This commit is contained in:
@@ -327,6 +327,7 @@ For IS_UNICODE type, we need to add another structure to the union:
|
||||
struct {
|
||||
UChar *val; /* Unicode string value */
|
||||
int len; /* number of UChar's */
|
||||
} ustr;
|
||||
....
|
||||
} value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user