Skip to content

Commit bd491e9

Browse files
committed
Remove RETVAL_EMPTY_STRING
1 parent c2c28fd commit bd491e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/intl/grapheme/grapheme_string.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,6 @@ U_CFUNC PHP_FUNCTION(grapheme_strrev)
11751175
ubrk_setUText(bi, ut, &ustatus);
11761176
pos = ubrk_last(bi);
11771177
if (pos == UBRK_DONE) {
1178-
RETVAL_EMPTY_STRING();
11791178
goto ubrk_end;
11801179
}
11811180

0 commit comments

Comments
 (0)