Skip to content

Commit 0f789fe

Browse files
committed
fix type
1 parent 80e7a41 commit 0f789fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎ext/standard/html.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ static inline bool is_codepoint_allowed(
780780
/* Lookup table for php_htmlspecialchars */
781781
typedef struct {
782782
char *entity[256];
783-
ushort entity_len[256];
783+
uint8_t entity_len[256];
784784
} htmlspecialchars_lut;
785785

786786
/* {{{ init_htmlspecialchars_lut */

0 commit comments

Comments
 (0)