mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Use RETURN_THROWS() during ZPP in most of the extensions
Except for some bigger ones: reflection, sodium, spl
This commit is contained in:
parent
d9ac1ca8de
commit
345703724c
71 changed files with 1001 additions and 994 deletions
|
@ -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;
|
||||
RETURN_THROWS();
|
||||
}
|
||||
|
||||
if (!locale_str) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue