diff options
Diffstat (limited to 'ext/bz2/tests/001.phpt')
-rw-r--r-- | ext/bz2/tests/001.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bz2/tests/001.phpt b/ext/bz2/tests/001.phpt index 47dbfe8499..5a6b2878b8 100644 --- a/ext/bz2/tests/001.phpt +++ b/ext/bz2/tests/001.phpt @@ -18,7 +18,7 @@ var_dump(bzopen($fp, "r")); echo "Done\n"; ?> ---EXPECTF-- +--EXPECTF-- Warning: bzopen() expects exactly 2 parameters, 0 given in %s on line %d NULL |