Several minor fixes

This commit is contained in:
Zeev Suraski 1999-05-09 13:55:15 +00:00
parent bfbe86187e
commit 5ba4b3311d
2 changed files with 3 additions and 3 deletions

View file

@ -2164,6 +2164,7 @@ PHP_FUNCTION(function_exists)
pval *fname;
pval *tmp;
char *lcname;
CLS_FETCH();
if (ARG_COUNT(ht)!=1 || getParameters(ht, 1, &fname)==FAILURE) {
WRONG_PARAM_COUNT;
@ -2220,6 +2221,7 @@ PHP_FUNCTION(extract)
char *varname, *finalname;
ulong lkey;
int res, extype;
ELS_FETCH();
switch(ARG_COUNT(ht)) {
case 1: