diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-09-16 14:16:42 -0300 |
---|---|---|
committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-10-14 12:07:20 -0300 |
commit | 9c144e0d8217d1ef7a83c2498214308b21af749f (patch) | |
tree | d977ba0d8601de477c52f62accf02c120ef06253 /ext/bz2/tests | |
parent | b419732ddb0673dc5b15a67ee4bc7f06dd90d7d0 (diff) | |
download | php-git-9c144e0d8217d1ef7a83c2498214308b21af749f.tar.gz |
Trim trailing whitespace in tests
Diffstat (limited to 'ext/bz2/tests')
-rw-r--r-- | ext/bz2/tests/001.phpt | 2 | ||||
-rw-r--r-- | ext/bz2/tests/002.phpt | 2 | ||||
-rw-r--r-- | ext/bz2/tests/003-mb.phpt | 2 | ||||
-rw-r--r-- | ext/bz2/tests/003.phpt | 2 | ||||
-rw-r--r-- | ext/bz2/tests/004.phpt | 2 | ||||
-rw-r--r-- | ext/bz2/tests/bz2_filter_compress.phpt | 4 | ||||
-rw-r--r-- | ext/bz2/tests/bz2_filter_decompress.phpt | 4 |
7 files changed, 9 insertions, 9 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 diff --git a/ext/bz2/tests/002.phpt b/ext/bz2/tests/002.phpt index c55e22d0af..a69514a711 100644 --- a/ext/bz2/tests/002.phpt +++ b/ext/bz2/tests/002.phpt @@ -73,7 +73,7 @@ var_dump(bzopen($fp, "w")); echo "Done\n"; ?> ---EXPECTF-- +--EXPECTF-- resource(%d) of type (stream) resource(%d) of type (stream) resource(%d) of type (stream) diff --git a/ext/bz2/tests/003-mb.phpt b/ext/bz2/tests/003-mb.phpt index fbc683cb72..6454d0d182 100644 --- a/ext/bz2/tests/003-mb.phpt +++ b/ext/bz2/tests/003-mb.phpt @@ -16,7 +16,7 @@ var_dump(bzread($fd, 100000)); echo "Done\n"; ?> ---EXPECTF-- +--EXPECTF-- Warning: bzread() expects at least 1 parameter, 0 given in %s on line %d bool(false) diff --git a/ext/bz2/tests/003.phpt b/ext/bz2/tests/003.phpt index 1432600087..23b005ac11 100644 --- a/ext/bz2/tests/003.phpt +++ b/ext/bz2/tests/003.phpt @@ -16,7 +16,7 @@ var_dump(bzread($fd, 100000)); echo "Done\n"; ?> ---EXPECTF-- +--EXPECTF-- Warning: bzread() expects at least 1 parameter, 0 given in %s on line %d bool(false) diff --git a/ext/bz2/tests/004.phpt b/ext/bz2/tests/004.phpt index 7467d84a90..1c12f4f9f7 100644 --- a/ext/bz2/tests/004.phpt +++ b/ext/bz2/tests/004.phpt @@ -43,7 +43,7 @@ var_dump(bzerrno($fd2)); echo "Done\n"; ?> ---EXPECTF-- +--EXPECTF-- array(2) { ["errno"]=> int(0) diff --git a/ext/bz2/tests/bz2_filter_compress.phpt b/ext/bz2/tests/bz2_filter_compress.phpt index 3ca0c3901d..e735d8876c 100644 --- a/ext/bz2/tests/bz2_filter_compress.phpt +++ b/ext/bz2/tests/bz2_filter_compress.phpt @@ -12,6 +12,6 @@ stream_filter_append($fp, 'convert.base64-encode', STREAM_FILTER_WRITE); fwrite($fp, $text); fclose($fp); -?> ---EXPECT-- +?> +--EXPECT-- QlpoNDFBWSZTWRN6QG0AAAoVgECFACA395UgIABIintI1N6mpowIQ0E1MTTAQGYTNcRyMZm5kgW3ib7hVboE7Tmqj3ToGZ5G3q1ZauD2G58hibSck8KS95EEAbx1Cn+LuSKcKEgJvSA2gA== diff --git a/ext/bz2/tests/bz2_filter_decompress.phpt b/ext/bz2/tests/bz2_filter_decompress.phpt index c9b8ac0499..ca92f55934 100644 --- a/ext/bz2/tests/bz2_filter_decompress.phpt +++ b/ext/bz2/tests/bz2_filter_decompress.phpt @@ -12,6 +12,6 @@ stream_filter_append($fp, 'bzip2.decompress', STREAM_FILTER_WRITE); fwrite($fp, $text); fclose($fp); -?> ---EXPECT-- +?> +--EXPECT-- I am the very model of a modern major general, I've information vegetable, animal, and mineral. |