File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ var_dump(zstd_uncompress($testclass));
2222--EXPECTF--
2323*** Testing zstd_uncompress() function with Zero arguments ***
2424
25- Warning: zstd_uncompress() expects exactly 1 parameter, 0 given in %s on line %d
25+ Warning: zstd_uncompress() expects at least 1 parameter, 0 given in %s on line %d
2626bool(false)
2727*** Testing with incorrect arguments ***
2828
Original file line number Diff line number Diff line change 3333===DONE===
3434--EXPECTF--
3535*** Testing zstd_uncompress() function with Zero arguments ***
36- ArgumentCountError: zstd_uncompress() expects exactly 1 argument, 0 given in %s:%d
36+ ArgumentCountError: zstd_uncompress() expects at least 1 argument, 0 given in %s:%d
3737Stack trace:
3838#0 %s(%d): zstd_uncompress()
3939#1 {main}
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ zstd_compress(): Argument #1 ($data) not passed
7070string(6) "string"
7171bool(true)
7272** zstd_uncompress(): false **
73- zstd_uncompress() expects exactly 1 argument, 0 given
73+ zstd_uncompress() expects at least 1 argument, 0 given
7474** zstd_uncompress(data:) **
7575string(6) "string"
7676bool(true)
You can’t perform that action at this time.
0 commit comments