mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Several minor fixes
This commit is contained in:
parent
bfbe86187e
commit
5ba4b3311d
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue