diff options
Diffstat (limited to 'ext/standard/html.c')
-rw-r--r-- | ext/standard/html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/html.c b/ext/standard/html.c index 2677e3ec51..b6a799d4a4 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -1303,7 +1303,7 @@ PHPAPI zend_string *php_escape_html_entities_ex(unsigned char *old, size_t oldle continue; } else { zend_string_free(replaced); - return STR_EMPTY_ALLOC(); + return ZSTR_EMPTY_ALLOC(); } } else { /* SUCCESS */ mbsequence = &old[cursor_before]; |