mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Just a little sanity check.
This commit is contained in:
parent
4f545f9c6b
commit
6155d91e7a
1 changed files with 1 additions and 0 deletions
|
@ -2286,6 +2286,7 @@ PHP_FUNCTION(extract)
|
|||
if (getParameters(ht, 3, &var_array, &etype, &prefix) == FAILURE) {
|
||||
WRONG_PARAM_COUNT;
|
||||
}
|
||||
convert_to_long(etype);
|
||||
extype = etype->value.lval;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue