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 b5b4cac commit 10e0ff6Copy full SHA for 10e0ff6
ext/dba/dba.c
@@ -721,7 +721,7 @@ static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent)
721
722
if (!hptr->name) {
723
php_error_docref(NULL, E_WARNING, "No such handler: %s for path %s with mode %s",
724
- Z_STRVAL(args[2], Z_STRVAL(args[0]), Z_STRVAL(args[1])));
+ Z_STRVAL(args[2]), Z_STRVAL(args[0]), Z_STRVAL(args[1]));
725
FREENOW;
726
RETURN_FALSE;
727
}
0 commit comments