Just a little sanity check.

This commit is contained in:
Andrey Hristov 1999-05-25 21:47:58 +00:00
parent 4f545f9c6b
commit 6155d91e7a

View File

@ -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;