Skip to content

Commit d9b2e1e

Browse files
committed
Return
1 parent 1e1b72f commit d9b2e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/mbstring/php_mbregex.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,11 +1144,11 @@ static void _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS, OnigOp
11441144

11451145
if (err <= -2) {
11461146
smart_str_free(&out_buf);
1147-
RETVAL_FALSE;
1147+
RETURN_FALSE;
11481148
}
11491149

11501150
smart_str_0(&out_buf);
1151-
RETVAL_STR(smart_str_finalize(&out_buf));
1151+
RETURN_STR(smart_str_finalize(&out_buf));
11521152
}
11531153
/* }}} */
11541154

0 commit comments

Comments
 (0)