Skip to content

Commit aec3136

Browse files
Update ext/mbstring/mbstring.c
Co-authored-by: Niels Dossche <7771979+nielsdos@users.noreply.github.com>
1 parent 123597e commit aec3136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mbstring/mbstring.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2947,7 +2947,7 @@ typedef enum {
29472947
MB_BOTH_TRIM = 3
29482948
} MB_TRIM_MODE;
29492949

2950-
static bool is_trim_wchar(uint32_t w, HashTable *ht)
2950+
static zend_always_inline bool is_trim_wchar(uint32_t w, const HashTable *ht)
29512951
{
29522952
return zend_hash_index_exists(ht, w);
29532953
}

0 commit comments

Comments
 (0)