Skip to content

Commit 31a471d

Browse files
committed
Use RETVAL_FALSE again instead of RETURN_FALSE
1 parent c9e3879 commit 31a471d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mbstring/php_mbregex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,7 @@ PHP_FUNCTION(mb_ereg_search_init)
15111511
RETVAL_TRUE;
15121512
} else {
15131513
MBREX(search_pos) = ZSTR_LEN(arg_str);
1514-
RETURN_FALSE;
1514+
RETVAL_FALSE;
15151515
}
15161516

15171517
if (MBREX(search_regs) != NULL) {

0 commit comments

Comments
 (0)