Skip to content

Commit 1615039

Browse files
committed
remove unnecessary return stmt
1 parent 8cca28d commit 1615039

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/standard/html.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,6 @@ static void php_html_entities(INTERNAL_FUNCTION_PARAMETERS, int all)
13221322

13231323
if (ZSTR_LEN(str) == 0) {
13241324
RETURN_EMPTY_STRING();
1325-
return;
13261325
}
13271326
replaced = php_escape_html_entities_ex(
13281327
(unsigned char*)ZSTR_VAL(str), ZSTR_LEN(str), all, (int) flags,

0 commit comments

Comments
 (0)