We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2655f commit 8093893Copy full SHA for 8093893
ext/dba/dba.c
@@ -1103,9 +1103,6 @@ PHP_FUNCTION(dba_key_split)
1103
char *key, *name;
1104
size_t key_len;
1105
1106
- if (ZEND_NUM_ARGS() != 1) {
1107
- WRONG_PARAM_COUNT;
1108
- }
1109
if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "z", &zkey) == SUCCESS) {
1110
if (Z_TYPE_P(zkey) == IS_NULL || (Z_TYPE_P(zkey) == IS_FALSE)) {
1111
php_error_docref(NULL, E_DEPRECATED, "Passing false or null is deprecated since 8.4");
0 commit comments