mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.4'
* PHP-8.4: Backport Lexbor changes to 8.4
This commit is contained in:
commit
8f1a627e79
1 changed files with 3 additions and 3 deletions
|
@ -133,9 +133,9 @@ lexbor_str_append(lexbor_str_t *str, lexbor_mraw_t *mraw,
|
|||
{
|
||||
lxb_char_t *data_begin;
|
||||
|
||||
if (length == 0) {
|
||||
return str->data;
|
||||
}
|
||||
if (length == 0) {
|
||||
return str->data;
|
||||
}
|
||||
|
||||
lexbor_str_check_size_arg_m(str, lexbor_str_size(str),
|
||||
mraw, (length + 1), NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue