Skip to content

Commit 8cca28d

Browse files
committed
remove expectations
1 parent 987f327 commit 8cca28d

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
@@ -1320,7 +1320,7 @@ static void php_html_entities(INTERNAL_FUNCTION_PARAMETERS, int all)
13201320
Z_PARAM_BOOL(double_encode);
13211321
ZEND_PARSE_PARAMETERS_END();
13221322

1323-
if (EXPECTED(ZSTR_LEN(str) == 0)) {
1323+
if (ZSTR_LEN(str) == 0) {
13241324
RETURN_EMPTY_STRING();
13251325
return;
13261326
}

0 commit comments

Comments
 (0)