We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149a923 commit 0680288Copy full SHA for 0680288
2 files changed
tests/005_b.phpt
@@ -33,7 +33,7 @@ try {
33
===DONE===
34
--EXPECTF--
35
*** Testing zstd_uncompress() function with Zero arguments ***
36
-ArgumentCountError: zstd_uncompress() expects exactly 1 argument, 0 given in %s:%d
+ArgumentCountError: zstd_uncompress() expects at least 1 argument, 0 given in %s:%d
37
Stack trace:
38
#0 %s(%d): zstd_uncompress()
39
#1 {main}
tests/named_args.phpt
@@ -70,7 +70,7 @@ zstd_compress(): Argument #1 ($data) not passed
70
string(6) "string"
71
bool(true)
72
** zstd_uncompress(): false **
73
-zstd_uncompress() expects exactly 1 argument, 0 given
+zstd_uncompress() expects at least 1 argument, 0 given
74
** zstd_uncompress(data:) **
75
76
0 commit comments