From: Andrey Hristov Date: Tue, 25 May 1999 21:47:58 +0000 (+0000) Subject: Just a little sanity check. X-Git-Tag: BEFORE_REMOVING_GC_STEP1~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6155d91e7a508a067536ff5124b08eca87209e46;p=php Just a little sanity check. --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index d0ca3da550..2dcf8f2568 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -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;