mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Use RETURN_THROWS() in various places
This commit is contained in:
parent
bbcfa66e06
commit
aadd3aaed9
33 changed files with 84 additions and 83 deletions
|
@ -903,7 +903,7 @@ static void _php_mb_regex_ereg_exec(INTERNAL_FUNCTION_PARAMETERS, int icase)
|
|||
if (array != NULL) {
|
||||
array = zend_try_array_init(array);
|
||||
if (!array) {
|
||||
return;
|
||||
RETURN_THROWS();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue