Cleanup return values for Intl when parameter parsing is unsuccessful

Closes GH-4871.
This commit is contained in:
Máté Kocsis 2019-10-29 15:45:46 +01:00 committed by Nikita Popov
parent 5cbe5a538c
commit 969e7a3c8b
35 changed files with 251 additions and 214 deletions

View file

@ -79,7 +79,7 @@ U_CFUNC PHP_FUNCTION(datefmt_format_object)
if (zend_parse_parameters(ZEND_NUM_ARGS(), "o|zs!",
&object, &format, &locale_str, &locale_len) == FAILURE) {
RETURN_FALSE;
return;
}
if (!locale_str) {