diff options
Diffstat (limited to 'ext/fbsql/php_fbsql.c')
| -rw-r--r-- | ext/fbsql/php_fbsql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fbsql/php_fbsql.c b/ext/fbsql/php_fbsql.c index 11786c7b30..bc1979dac5 100644 --- a/ext/fbsql/php_fbsql.c +++ b/ext/fbsql/php_fbsql.c @@ -2160,7 +2160,7 @@ PHP_FUNCTION(fbsql_errno) Enable or disable FrontBase warnings */ PHP_FUNCTION(fbsql_warnings) { - int argc = ARG_COUNT(ht); + int argc = ZEND_NUM_ARGS(); zval **argv[1]; if ((argc < 0) || (argc > 1)) WRONG_PARAM_COUNT; |
