mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
further normalizations, uint vs uint32_t
fix merge mistake yet one more replacement run
This commit is contained in:
parent
1b7e014d1c
commit
b204b3abd1
63 changed files with 191 additions and 191 deletions
|
@ -328,7 +328,7 @@ static int add_string(zval* list, char* id, char* string) {
|
|||
else return add_next_index_string(list, string);
|
||||
}
|
||||
|
||||
static int add_stringl(zval* list, char* id, char* string, uint length) {
|
||||
static int add_stringl(zval* list, char* id, char* string, uint32_t length) {
|
||||
if(id) return add_assoc_stringl(list, id, string, length);
|
||||
else return add_next_index_stringl(list, string, length);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue