summaryrefslogtreecommitdiff
path: root/ext/zlib/tests
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-15 04:33:09 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-15 04:33:09 +0200
commitd679f02295ea079338f029b7f5f4cb65b37f190c (patch)
tree53c519e1f829913a54d9dcea004721a3714cea26 /ext/zlib/tests
parente84662c35cffaa95ead4322bfe9d61815c185722 (diff)
downloadphp-git-d679f02295ea079338f029b7f5f4cb65b37f190c.tar.gz
Sync leading and final newlines in *.phpt sections
This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines in all *.phpt sections. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
Diffstat (limited to 'ext/zlib/tests')
-rw-r--r--ext/zlib/tests/005.phpt1
-rw-r--r--ext/zlib/tests/deflate_add_block_v123.phpt1
-rw-r--r--ext/zlib/tests/deflate_add_error.phpt1
-rw-r--r--ext/zlib/tests/deflate_init_error.phpt1
-rw-r--r--ext/zlib/tests/gzclose_error.phpt3
-rw-r--r--ext/zlib/tests/gzeof_basic.phpt2
-rw-r--r--ext/zlib/tests/gzeof_error.phpt3
-rw-r--r--ext/zlib/tests/gzfile_error.phpt3
-rw-r--r--ext/zlib/tests/gzfile_variation1.phpt1
-rw-r--r--ext/zlib/tests/gzfile_variation10.phpt2
-rw-r--r--ext/zlib/tests/gzfile_variation12.phpt2
-rw-r--r--ext/zlib/tests/gzfile_variation13.phpt2
-rw-r--r--ext/zlib/tests/gzfile_variation14.phpt3
-rw-r--r--ext/zlib/tests/gzfile_variation15.phpt1
-rw-r--r--ext/zlib/tests/gzfile_variation2.phpt3
-rw-r--r--ext/zlib/tests/gzfile_variation3.phpt2
-rw-r--r--ext/zlib/tests/gzfile_variation5.phpt2
-rw-r--r--ext/zlib/tests/gzfile_variation7.phpt1
-rw-r--r--ext/zlib/tests/gzfile_variation8.phpt3
-rw-r--r--ext/zlib/tests/gzfile_variation9.phpt2
-rw-r--r--ext/zlib/tests/gzgetc_error.phpt3
-rw-r--r--ext/zlib/tests/gzgets_basic.phpt2
-rw-r--r--ext/zlib/tests/gzgets_error.phpt3
-rw-r--r--ext/zlib/tests/gzinflate_error1.phpt2
-rw-r--r--ext/zlib/tests/gzinflate_length.phpt1
-rw-r--r--ext/zlib/tests/gzopen_variation1.phpt1
-rw-r--r--ext/zlib/tests/gzopen_variation4.phpt1
-rw-r--r--ext/zlib/tests/gzopen_variation7.phpt2
-rw-r--r--ext/zlib/tests/gzopen_variation9.phpt2
-rw-r--r--ext/zlib/tests/gzpassthru_basic.phpt2
-rw-r--r--ext/zlib/tests/gzpassthru_error.phpt3
-rw-r--r--ext/zlib/tests/gzputs_basic.phpt2
-rw-r--r--ext/zlib/tests/gzread_basic.phpt2
-rw-r--r--ext/zlib/tests/gzread_error.phpt3
-rw-r--r--ext/zlib/tests/gzread_error2.phpt2
-rw-r--r--ext/zlib/tests/gzread_variation1.phpt2
-rw-r--r--ext/zlib/tests/gzrewind_basic.phpt2
-rw-r--r--ext/zlib/tests/gzrewind_basic2.phpt2
-rw-r--r--ext/zlib/tests/gzrewind_error.phpt2
-rw-r--r--ext/zlib/tests/gzrewind_variation1.phpt2
-rw-r--r--ext/zlib/tests/gzseek_basic.phpt2
-rw-r--r--ext/zlib/tests/gzseek_error.phpt3
-rw-r--r--ext/zlib/tests/gzseek_variation2.phpt2
-rw-r--r--ext/zlib/tests/gzseek_variation3.phpt2
-rw-r--r--ext/zlib/tests/gzseek_variation6.phpt2
-rw-r--r--ext/zlib/tests/gztell_basic.phpt2
-rw-r--r--ext/zlib/tests/gztell_error.phpt3
-rw-r--r--ext/zlib/tests/gzuncompress_basic1.phpt2
-rw-r--r--ext/zlib/tests/gzwrite_basic.phpt2
-rw-r--r--ext/zlib/tests/gzwrite_error.phpt3
-rw-r--r--ext/zlib/tests/gzwrite_error2.phpt2
-rw-r--r--ext/zlib/tests/gzwrite_variation1.phpt2
-rw-r--r--ext/zlib/tests/inflate_add_error.phpt1
-rw-r--r--ext/zlib/tests/inflate_init_error.phpt1
-rw-r--r--ext/zlib/tests/ob_001.phpt1
-rw-r--r--ext/zlib/tests/ob_002.phpt1
-rw-r--r--ext/zlib/tests/ob_004.phpt1
-rw-r--r--ext/zlib/tests/readgzfile_error.phpt3
-rw-r--r--ext/zlib/tests/readgzfile_variation1.phpt1
-rw-r--r--ext/zlib/tests/readgzfile_variation10.phpt2
-rw-r--r--ext/zlib/tests/readgzfile_variation12.phpt2
-rw-r--r--ext/zlib/tests/readgzfile_variation13.phpt2
-rw-r--r--ext/zlib/tests/readgzfile_variation14.phpt1
-rw-r--r--ext/zlib/tests/readgzfile_variation15.phpt1
-rw-r--r--ext/zlib/tests/readgzfile_variation2.phpt3
-rw-r--r--ext/zlib/tests/readgzfile_variation3.phpt2
-rw-r--r--ext/zlib/tests/readgzfile_variation8.phpt3
-rw-r--r--ext/zlib/tests/readgzfile_variation9.phpt2
-rw-r--r--ext/zlib/tests/zlib_scheme_copy_basic.phpt2
-rw-r--r--ext/zlib/tests/zlib_scheme_copy_variation1.phpt2
-rw-r--r--ext/zlib/tests/zlib_scheme_copy_variation2.phpt2
-rw-r--r--ext/zlib/tests/zlib_scheme_dir_basic.phpt2
-rw-r--r--ext/zlib/tests/zlib_scheme_file_basic.phpt2
-rw-r--r--ext/zlib/tests/zlib_scheme_file_get_contents_basic.phpt2
-rw-r--r--ext/zlib/tests/zlib_scheme_file_put_contents_basic.phpt2
-rw-r--r--ext/zlib/tests/zlib_scheme_file_read_file_basic.phpt2
-rw-r--r--ext/zlib/tests/zlib_scheme_fopen_basic.phpt2
-rw-r--r--ext/zlib/tests/zlib_scheme_fopen_variation1.phpt2
-rw-r--r--ext/zlib/tests/zlib_scheme_rename_basic.phpt3
-rw-r--r--ext/zlib/tests/zlib_scheme_stat_basic.phpt3
-rw-r--r--ext/zlib/tests/zlib_scheme_stat_basic2.phpt2
-rw-r--r--ext/zlib/tests/zlib_scheme_unlink_basic.phpt3
-rw-r--r--ext/zlib/tests/zlib_wrapper_fflush_basic.phpt2
-rw-r--r--ext/zlib/tests/zlib_wrapper_flock_basic.phpt2
-rw-r--r--ext/zlib/tests/zlib_wrapper_fstat_basic.phpt2
-rw-r--r--ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt3
-rw-r--r--ext/zlib/tests/zlib_wrapper_meta_data_basic.phpt2
87 files changed, 69 insertions, 107 deletions
diff --git a/ext/zlib/tests/005.phpt b/ext/zlib/tests/005.phpt
index 24d272ece0..6333612183 100644
--- a/ext/zlib/tests/005.phpt
+++ b/ext/zlib/tests/005.phpt
@@ -34,7 +34,6 @@ var_dump(gzuncompress($data2));
echo "Done\n";
?>
--EXPECTF--
-
Warning: gzcompress() expects at least 1 parameter, 0 given in %s on line %d
NULL
diff --git a/ext/zlib/tests/deflate_add_block_v123.phpt b/ext/zlib/tests/deflate_add_block_v123.phpt
index 786f8aed56..c103dcb07d 100644
--- a/ext/zlib/tests/deflate_add_block_v123.phpt
+++ b/ext/zlib/tests/deflate_add_block_v123.phpt
@@ -18,7 +18,6 @@ var_dump(deflate_add($resource, "aaaaaaaaaaaaaaaaaaaaaa", ZLIB_BLOCK));
?>
===DONE===
--EXPECTF--
-
Warning: deflate_add(): zlib >= 1.2.4 required for BLOCK deflate; current version: %s in %s on line %d
bool(false)
===DONE===
diff --git a/ext/zlib/tests/deflate_add_error.phpt b/ext/zlib/tests/deflate_add_error.phpt
index e02cec3832..060a005779 100644
--- a/ext/zlib/tests/deflate_add_error.phpt
+++ b/ext/zlib/tests/deflate_add_error.phpt
@@ -16,7 +16,6 @@ $badFlushType = 6789;
var_dump(deflate_add($resource, "test", $badFlushType));
?>
--EXPECTF--
-
Warning: deflate_add(): Invalid deflate resource in %s on line %d
bool(false)
diff --git a/ext/zlib/tests/deflate_init_error.phpt b/ext/zlib/tests/deflate_init_error.phpt
index e7166455a9..340a3f1062 100644
--- a/ext/zlib/tests/deflate_init_error.phpt
+++ b/ext/zlib/tests/deflate_init_error.phpt
@@ -15,7 +15,6 @@ var_dump(deflate_init(ZLIB_ENCODING_DEFLATE, ['memory' => 0]));
var_dump(deflate_init(ZLIB_ENCODING_DEFLATE, ['memory' => 10]));
?>
--EXPECTF--
-
Warning: deflate_init(): encoding mode must be ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_ENCODING_DEFLATE in %s on line %d
bool(false)
diff --git a/ext/zlib/tests/gzclose_error.phpt b/ext/zlib/tests/gzclose_error.phpt
index 3e1a035060..8390e263f2 100644
--- a/ext/zlib/tests/gzclose_error.phpt
+++ b/ext/zlib/tests/gzclose_error.phpt
@@ -24,10 +24,9 @@ gzclose($h);
?>
===DONE===
--EXPECTF--
-
Warning: gzclose() expects exactly 1 parameter, 2 given in %s on line %d
bool(false)
Warning: gzclose() expects exactly 1 parameter, 0 given in %s on line %d
bool(false)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzeof_basic.phpt b/ext/zlib/tests/gzeof_basic.phpt
index 4b2bb1aec9..6ee8d8e181 100644
--- a/ext/zlib/tests/gzeof_basic.phpt
+++ b/ext/zlib/tests/gzeof_basic.phpt
@@ -55,4 +55,4 @@ reading 250 characters. eof should be true
bool(true)
reading 20 characters. eof should be true still
bool(true)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzeof_error.phpt b/ext/zlib/tests/gzeof_error.phpt
index a495b9b646..a7211d2a72 100644
--- a/ext/zlib/tests/gzeof_error.phpt
+++ b/ext/zlib/tests/gzeof_error.phpt
@@ -19,10 +19,9 @@ gzclose($h)
?>
===DONE===
--EXPECTF--
-
Warning: gzeof() expects exactly 1 parameter, 2 given in %s on line %d
bool(false)
Warning: gzeof() expects exactly 1 parameter, 0 given in %s on line %d
bool(false)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzfile_error.phpt b/ext/zlib/tests/gzfile_error.phpt
index cea150a86d..474f5365aa 100644
--- a/ext/zlib/tests/gzfile_error.phpt
+++ b/ext/zlib/tests/gzfile_error.phpt
@@ -20,10 +20,9 @@ var_dump(gzfile( ) );
?>
===DONE===
--EXPECTF--
-
Warning: gzfile() expects at most 2 parameters, 3 given in %s on line %d
NULL
Warning: gzfile() expects at least 1 parameter, 0 given in %s on line %d
NULL
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzfile_variation1.phpt b/ext/zlib/tests/gzfile_variation1.phpt
index 131170b4b7..a2d307de98 100644
--- a/ext/zlib/tests/gzfile_variation1.phpt
+++ b/ext/zlib/tests/gzfile_variation1.phpt
@@ -28,7 +28,6 @@ foreach ( $variation as $var ) {
?>
===DONE===
--EXPECTF--
-
Warning: gzfile() expects parameter 1 to be a valid path, array given in %s on line %d
NULL
diff --git a/ext/zlib/tests/gzfile_variation10.phpt b/ext/zlib/tests/gzfile_variation10.phpt
index 81f844402b..e5b3ea9741 100644
--- a/ext/zlib/tests/gzfile_variation10.phpt
+++ b/ext/zlib/tests/gzfile_variation10.phpt
@@ -116,4 +116,4 @@ array(6) {
string(39) "and I know that it descends down on me
"
}
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzfile_variation12.phpt b/ext/zlib/tests/gzfile_variation12.phpt
index be28f01681..e16a91822b 100644
--- a/ext/zlib/tests/gzfile_variation12.phpt
+++ b/ext/zlib/tests/gzfile_variation12.phpt
@@ -105,4 +105,4 @@ array(6) {
string(39) "and I know that it descends down on me
"
}
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzfile_variation13.phpt b/ext/zlib/tests/gzfile_variation13.phpt
index f090ac38b8..2920fc108c 100644
--- a/ext/zlib/tests/gzfile_variation13.phpt
+++ b/ext/zlib/tests/gzfile_variation13.phpt
@@ -48,4 +48,4 @@ Error: 2 - gzfile() expects parameter 2 to be int, object given, %s(%d)
NULL
Error: 2 - gzfile() expects parameter 2 to be int, object given, %s(%d)
NULL
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzfile_variation14.phpt b/ext/zlib/tests/gzfile_variation14.phpt
index 1d7ec54433..9176d3662a 100644
--- a/ext/zlib/tests/gzfile_variation14.phpt
+++ b/ext/zlib/tests/gzfile_variation14.phpt
@@ -29,7 +29,6 @@ foreach ( $variation_array as $var ) {
?>
===DONE===
--EXPECTF--
-
Warning: gzfile() expects parameter 2 to be int, string given in %s on line %d
NULL
@@ -41,4 +40,4 @@ NULL
Warning: gzfile() expects parameter 2 to be int, string given in %s on line %d
NULL
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzfile_variation15.phpt b/ext/zlib/tests/gzfile_variation15.phpt
index bcc29ec102..02eb2df81f 100644
--- a/ext/zlib/tests/gzfile_variation15.phpt
+++ b/ext/zlib/tests/gzfile_variation15.phpt
@@ -106,4 +106,3 @@ array(1) {
}
===DONE===
-
diff --git a/ext/zlib/tests/gzfile_variation2.phpt b/ext/zlib/tests/gzfile_variation2.phpt
index a866ba26c4..9021a90cd2 100644
--- a/ext/zlib/tests/gzfile_variation2.phpt
+++ b/ext/zlib/tests/gzfile_variation2.phpt
@@ -25,7 +25,6 @@ foreach ( $variation as $var ) {
?>
===DONE===
--EXPECTF--
-
Warning: gzfile() expects parameter 2 to be int, array given in %s on line %d
NULL
@@ -37,4 +36,4 @@ NULL
Warning: gzfile() expects parameter 2 to be int, array given in %s on line %d
NULL
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzfile_variation3.phpt b/ext/zlib/tests/gzfile_variation3.phpt
index cf4520d412..5871b34f78 100644
--- a/ext/zlib/tests/gzfile_variation3.phpt
+++ b/ext/zlib/tests/gzfile_variation3.phpt
@@ -47,4 +47,4 @@ bool(false)
Warning: gzfile(): Filename cannot be empty in %s on line %d
bool(false)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzfile_variation5.phpt b/ext/zlib/tests/gzfile_variation5.phpt
index 6a874a5786..1627d2eb11 100644
--- a/ext/zlib/tests/gzfile_variation5.phpt
+++ b/ext/zlib/tests/gzfile_variation5.phpt
@@ -36,4 +36,4 @@ bool(false)
Warning: gzfile(-2345): failed to open stream: No such file or directory in %s on line %d
bool(false)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzfile_variation7.phpt b/ext/zlib/tests/gzfile_variation7.phpt
index c9dd298269..04fa2e666b 100644
--- a/ext/zlib/tests/gzfile_variation7.phpt
+++ b/ext/zlib/tests/gzfile_variation7.phpt
@@ -29,7 +29,6 @@ foreach ( $variation_array as $var ) {
?>
===DONE===
--EXPECTF--
-
Warning: gzfile(string): failed to open stream: No such file or directory in %s on line %d
bool(false)
diff --git a/ext/zlib/tests/gzfile_variation8.phpt b/ext/zlib/tests/gzfile_variation8.phpt
index 9c9a29d485..c4964141b0 100644
--- a/ext/zlib/tests/gzfile_variation8.phpt
+++ b/ext/zlib/tests/gzfile_variation8.phpt
@@ -28,7 +28,6 @@ foreach ( $variation as $var ) {
?>
===DONE===
--EXPECTF--
-
Warning: gzfile() expects parameter 2 to be int, array given in %s on line %d
NULL
@@ -40,4 +39,4 @@ NULL
Warning: gzfile() expects parameter 2 to be int, array given in %s on line %d
NULL
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzfile_variation9.phpt b/ext/zlib/tests/gzfile_variation9.phpt
index 3675dcbef9..6cb5a53331 100644
--- a/ext/zlib/tests/gzfile_variation9.phpt
+++ b/ext/zlib/tests/gzfile_variation9.phpt
@@ -104,4 +104,4 @@ array(6) {
string(39) "and I know that it descends down on me
"
}
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzgetc_error.phpt b/ext/zlib/tests/gzgetc_error.phpt
index 2298fa358a..9882118156 100644
--- a/ext/zlib/tests/gzgetc_error.phpt
+++ b/ext/zlib/tests/gzgetc_error.phpt
@@ -20,10 +20,9 @@ gzclose($h);
?>
===DONE===
--EXPECTF--
-
Warning: gzgetc() expects exactly 1 parameter, 2 given in %s on line %d
bool(false)
Warning: gzgetc() expects exactly 1 parameter, 0 given in %s on line %d
bool(false)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzgets_basic.phpt b/ext/zlib/tests/gzgets_basic.phpt
index 0e683d1b32..20d43e1eb3 100644
--- a/ext/zlib/tests/gzgets_basic.phpt
+++ b/ext/zlib/tests/gzgets_basic.phpt
@@ -43,4 +43,4 @@ string(19) "as it turns around
"
string(39) "and I know that it descends down on me
"
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzgets_error.phpt b/ext/zlib/tests/gzgets_error.phpt
index 10b5f0db29..3b38e26dae 100644
--- a/ext/zlib/tests/gzgets_error.phpt
+++ b/ext/zlib/tests/gzgets_error.phpt
@@ -21,10 +21,9 @@ var_dump(gzgets());
?>
===DONE===
--EXPECTF--
-
Warning: gzgets() expects at most 2 parameters, 3 given in %s on line %d
bool(false)
Warning: gzgets() expects at least 1 parameter, 0 given in %s on line %d
bool(false)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzinflate_error1.phpt b/ext/zlib/tests/gzinflate_error1.phpt
index 92a5b8dcfd..cbfe615511 100644
--- a/ext/zlib/tests/gzinflate_error1.phpt
+++ b/ext/zlib/tests/gzinflate_error1.phpt
@@ -72,4 +72,4 @@ NULL
Warning: gzinflate() expects parameter 2 to be int, object given in %s on line %d
NULL
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzinflate_length.phpt b/ext/zlib/tests/gzinflate_length.phpt
index 6e86d865ee..cea2c5d6f2 100644
--- a/ext/zlib/tests/gzinflate_length.phpt
+++ b/ext/zlib/tests/gzinflate_length.phpt
@@ -23,4 +23,3 @@ Strings are equal
Warning: gzinflate(): insufficient memory in %s on line %d
Failed (as expected)
-
diff --git a/ext/zlib/tests/gzopen_variation1.phpt b/ext/zlib/tests/gzopen_variation1.phpt
index bca48f39c9..270758911f 100644
--- a/ext/zlib/tests/gzopen_variation1.phpt
+++ b/ext/zlib/tests/gzopen_variation1.phpt
@@ -225,4 +225,3 @@ bool(false)
Error: 2 - gzopen() expects parameter 1 to be a valid path, resource given, %s(%d)
NULL
===DONE===
-
diff --git a/ext/zlib/tests/gzopen_variation4.phpt b/ext/zlib/tests/gzopen_variation4.phpt
index bf374eee01..a00fd878fe 100644
--- a/ext/zlib/tests/gzopen_variation4.phpt
+++ b/ext/zlib/tests/gzopen_variation4.phpt
@@ -158,4 +158,3 @@ This is a file in dir1
This is a file in working dir
This is a file in script dir
===DONE===
-
diff --git a/ext/zlib/tests/gzopen_variation7.phpt b/ext/zlib/tests/gzopen_variation7.phpt
index 911c7fd73c..cc627374bf 100644
--- a/ext/zlib/tests/gzopen_variation7.phpt
+++ b/ext/zlib/tests/gzopen_variation7.phpt
@@ -28,4 +28,4 @@ string(15) "lings
Destiny f"
string(50) "e taught through feelings
Destiny flying high abov"
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzopen_variation9.phpt b/ext/zlib/tests/gzopen_variation9.phpt
index 7359a98cfa..b308316335 100644
--- a/ext/zlib/tests/gzopen_variation9.phpt
+++ b/ext/zlib/tests/gzopen_variation9.phpt
@@ -52,4 +52,4 @@ mode=e
Warning: gzopen(%s/004.txt.gz): failed to open stream: %s in %s on line %d
gzopen=bool(false)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzpassthru_basic.phpt b/ext/zlib/tests/gzpassthru_basic.phpt
index 8b3e9c1123..10ff6630b2 100644
--- a/ext/zlib/tests/gzpassthru_basic.phpt
+++ b/ext/zlib/tests/gzpassthru_basic.phpt
@@ -29,4 +29,4 @@ as it turns around
and I know that it descends down on me
int(176)
int(0)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzpassthru_error.phpt b/ext/zlib/tests/gzpassthru_error.phpt
index 39d5fef908..06c348cc3d 100644
--- a/ext/zlib/tests/gzpassthru_error.phpt
+++ b/ext/zlib/tests/gzpassthru_error.phpt
@@ -20,10 +20,9 @@ gzclose($h);
?>
===DONE===
--EXPECTF--
-
Warning: gzpassthru() expects exactly 1 parameter, 2 given in %s on line %d
bool(false)
Warning: gzpassthru() expects exactly 1 parameter, 0 given in %s on line %d
bool(false)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzputs_basic.phpt b/ext/zlib/tests/gzputs_basic.phpt
index 5f00a18626..72173bb7b9 100644
--- a/ext/zlib/tests/gzputs_basic.phpt
+++ b/ext/zlib/tests/gzputs_basic.phpt
@@ -28,4 +28,4 @@ unlink($filename);
int(34)
int(10)
Here is the string to be written. Here is th
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzread_basic.phpt b/ext/zlib/tests/gzread_basic.phpt
index 825902e7c0..b41720c396 100644
--- a/ext/zlib/tests/gzread_basic.phpt
+++ b/ext/zlib/tests/gzread_basic.phpt
@@ -34,4 +34,4 @@ as it turns "
string(46) "around
and I know that it descends down on me
"
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzread_error.phpt b/ext/zlib/tests/gzread_error.phpt
index 3baf5247b9..13129c2c56 100644
--- a/ext/zlib/tests/gzread_error.phpt
+++ b/ext/zlib/tests/gzread_error.phpt
@@ -23,10 +23,9 @@ gzclose($h);
?>
===DONE===
--EXPECTF--
-
Warning: gzread() expects exactly 2 parameters, 3 given in %s on line %d
bool(false)
Warning: gzread() expects exactly 2 parameters, 0 given in %s on line %d
bool(false)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzread_error2.phpt b/ext/zlib/tests/gzread_error2.phpt
index 07367fdf3e..5b97993482 100644
--- a/ext/zlib/tests/gzread_error2.phpt
+++ b/ext/zlib/tests/gzread_error2.phpt
@@ -29,4 +29,4 @@ string(5) "e tau"
Warning: gzread(): Length parameter must be greater than 0 in %s on line %d
bool(false)
string(8) "ght thro"
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzread_variation1.phpt b/ext/zlib/tests/gzread_variation1.phpt
index 4aefe3f910..d544d6d4c2 100644
--- a/ext/zlib/tests/gzread_variation1.phpt
+++ b/ext/zlib/tests/gzread_variation1.phpt
@@ -31,4 +31,4 @@ string(0) ""
string(0) ""
string(0) ""
Here is the string to be written.
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzrewind_basic.phpt b/ext/zlib/tests/gzrewind_basic.phpt
index ba2ecae5b7..e415a0e105 100644
--- a/ext/zlib/tests/gzrewind_basic.phpt
+++ b/ext/zlib/tests/gzrewind_basic.phpt
@@ -33,4 +33,4 @@ int(30)
int(0)
first 10 characters=When you'r
first 20 characters=When you're taught t
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzrewind_basic2.phpt b/ext/zlib/tests/gzrewind_basic2.phpt
index 00c99801cc..277d8a02ad 100644
--- a/ext/zlib/tests/gzrewind_basic2.phpt
+++ b/ext/zlib/tests/gzrewind_basic2.phpt
@@ -31,4 +31,4 @@ int(176)
bool(false)
int(0)
first 20 characters=When you're taught t
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzrewind_error.phpt b/ext/zlib/tests/gzrewind_error.phpt
index d99e2d0a45..63ab9335ba 100644
--- a/ext/zlib/tests/gzrewind_error.phpt
+++ b/ext/zlib/tests/gzrewind_error.phpt
@@ -24,4 +24,4 @@ bool(false)
Warning: gzrewind() expects exactly 1 parameter, 0 given in %s on line %d
bool(false)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzrewind_variation1.phpt b/ext/zlib/tests/gzrewind_variation1.phpt
index b42a44ad0d..8319a27181 100644
--- a/ext/zlib/tests/gzrewind_variation1.phpt
+++ b/ext/zlib/tests/gzrewind_variation1.phpt
@@ -25,4 +25,4 @@ echo "\n";
--EXPECT--
bool(false)
The first string.The second string.
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzseek_basic.phpt b/ext/zlib/tests/gzseek_basic.phpt
index 2f0b5ae451..8ef4ef070d 100644
--- a/ext/zlib/tests/gzseek_basic.phpt
+++ b/ext/zlib/tests/gzseek_basic.phpt
@@ -46,4 +46,4 @@ move backward to the 20th byte
int(0)
tell=20
string(10) "hrough fee"
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzseek_error.phpt b/ext/zlib/tests/gzseek_error.phpt
index e6c43e7b3a..0436ebb5c3 100644
--- a/ext/zlib/tests/gzseek_error.phpt
+++ b/ext/zlib/tests/gzseek_error.phpt
@@ -21,7 +21,6 @@ var_dump(gzseek());
?>
===DONE===
--EXPECTF--
-
Warning: gzseek() expects at most 3 parameters, 4 given in %s on line %d
bool(false)
@@ -30,4 +29,4 @@ bool(false)
Warning: gzseek() expects at least 2 parameters, 0 given in %s on line %d
bool(false)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzseek_variation2.phpt b/ext/zlib/tests/gzseek_variation2.phpt
index 615dfe96a3..6063f42b4d 100644
--- a/ext/zlib/tests/gzseek_variation2.phpt
+++ b/ext/zlib/tests/gzseek_variation2.phpt
@@ -46,4 +46,4 @@ move backward to the 20th byte
int(0)
tell=20
string(10) "hrough fee"
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzseek_variation3.phpt b/ext/zlib/tests/gzseek_variation3.phpt
index 02dc7ac825..196f69361e 100644
--- a/ext/zlib/tests/gzseek_variation3.phpt
+++ b/ext/zlib/tests/gzseek_variation3.phpt
@@ -47,4 +47,4 @@ move backward to the 77th byte
int(0)
tell=77
string(10) "hat you ca"
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzseek_variation6.phpt b/ext/zlib/tests/gzseek_variation6.phpt
index bb5d9ed65b..888adac310 100644
--- a/ext/zlib/tests/gzseek_variation6.phpt
+++ b/ext/zlib/tests/gzseek_variation6.phpt
@@ -36,4 +36,4 @@ int(-1)
tell=int(40)
eof=bool(false)
string(10) "iny flying"
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gztell_basic.phpt b/ext/zlib/tests/gztell_basic.phpt
index 7d7e96d341..3e33fcd3fc 100644
--- a/ext/zlib/tests/gztell_basic.phpt
+++ b/ext/zlib/tests/gztell_basic.phpt
@@ -31,4 +31,4 @@ int(100)
int(127)
int(142)
int(176)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gztell_error.phpt b/ext/zlib/tests/gztell_error.phpt
index b563a33484..aad308d67b 100644
--- a/ext/zlib/tests/gztell_error.phpt
+++ b/ext/zlib/tests/gztell_error.phpt
@@ -17,10 +17,9 @@ gzclose($h);
?>
===DONE===
--EXPECTF--
-
Warning: gztell() expects exactly 1 parameter, 2 given in %s on line %d
bool(false)
Warning: gztell() expects exactly 1 parameter, 0 given in %s on line %d
bool(false)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzuncompress_basic1.phpt b/ext/zlib/tests/gzuncompress_basic1.phpt
index 43bc6eb9ab..3d593e466c 100644
--- a/ext/zlib/tests/gzuncompress_basic1.phpt
+++ b/ext/zlib/tests/gzuncompress_basic1.phpt
@@ -40,4 +40,4 @@ int(0)
-- Calling gzuncompress() with max length of 3547 --
Result length is 3547
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzwrite_basic.phpt b/ext/zlib/tests/gzwrite_basic.phpt
index 05d877158b..7d3700b8cf 100644
--- a/ext/zlib/tests/gzwrite_basic.phpt
+++ b/ext/zlib/tests/gzwrite_basic.phpt
@@ -28,4 +28,4 @@ unlink($filename);
int(34)
int(10)
Here is the string to be written. Here is th
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzwrite_error.phpt b/ext/zlib/tests/gzwrite_error.phpt
index fca081171c..c8aaacb001 100644
--- a/ext/zlib/tests/gzwrite_error.phpt
+++ b/ext/zlib/tests/gzwrite_error.phpt
@@ -23,7 +23,6 @@ unlink($filename);
?>
===DONE===
--EXPECTF--
-
Warning: gzwrite() expects at most 3 parameters, 4 given in %s on line %d
bool(false)
@@ -32,4 +31,4 @@ bool(false)
Warning: gzwrite() expects at least 2 parameters, 0 given in %s on line %d
bool(false)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzwrite_error2.phpt b/ext/zlib/tests/gzwrite_error2.phpt
index 803e34a5cc..0cd0baa14e 100644
--- a/ext/zlib/tests/gzwrite_error2.phpt
+++ b/ext/zlib/tests/gzwrite_error2.phpt
@@ -27,4 +27,4 @@ unlink($filename);
int(0)
int(0)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/gzwrite_variation1.phpt b/ext/zlib/tests/gzwrite_variation1.phpt
index 29a67861fd..aa556ca5a4 100644
--- a/ext/zlib/tests/gzwrite_variation1.phpt
+++ b/ext/zlib/tests/gzwrite_variation1.phpt
@@ -24,4 +24,4 @@ gzclose($h);
int(0)
string(10) "When you'r"
int(0)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/inflate_add_error.phpt b/ext/zlib/tests/inflate_add_error.phpt
index 63c827e4e1..3bc04a0b7c 100644
--- a/ext/zlib/tests/inflate_add_error.phpt
+++ b/ext/zlib/tests/inflate_add_error.phpt
@@ -15,7 +15,6 @@ $badFlushType = 6789;
var_dump(inflate_add($resource, "test", $badFlushType));
?>
--EXPECTF--
-
Warning: inflate_add(): Invalid zlib.inflate resource in %s on line %d
bool(false)
diff --git a/ext/zlib/tests/inflate_init_error.phpt b/ext/zlib/tests/inflate_init_error.phpt
index fb80573c1c..58773e61d3 100644
--- a/ext/zlib/tests/inflate_init_error.phpt
+++ b/ext/zlib/tests/inflate_init_error.phpt
@@ -12,7 +12,6 @@ var_dump(inflate_init());
var_dump(inflate_init(42));
?>
--EXPECTF--
-
Warning: inflate_init() expects at least 1 parameter, 0 given in %s on line %d
NULL
diff --git a/ext/zlib/tests/ob_001.phpt b/ext/zlib/tests/ob_001.phpt
index abf8ce34ac..a8de244d18 100644
--- a/ext/zlib/tests/ob_001.phpt
+++ b/ext/zlib/tests/ob_001.phpt
@@ -17,4 +17,3 @@ echo "hi\n";
?>
--EXPECTF--
‹%a
-
diff --git a/ext/zlib/tests/ob_002.phpt b/ext/zlib/tests/ob_002.phpt
index 3b7681b43a..81622dc440 100644
--- a/ext/zlib/tests/ob_002.phpt
+++ b/ext/zlib/tests/ob_002.phpt
@@ -15,4 +15,3 @@ echo "hi\n";
?>
--EXPECT--
hi
-
diff --git a/ext/zlib/tests/ob_004.phpt b/ext/zlib/tests/ob_004.phpt
index ecbc150c89..b12c5afdbc 100644
--- a/ext/zlib/tests/ob_004.phpt
+++ b/ext/zlib/tests/ob_004.phpt
@@ -21,4 +21,3 @@ echo "hi\n";
--EXPECTHEADERS--
Content-Encoding: gzip
Vary: Accept-Encoding
-
diff --git a/ext/zlib/tests/readgzfile_error.phpt b/ext/zlib/tests/readgzfile_error.phpt
index 6d393423f7..083a801866 100644
--- a/ext/zlib/tests/readgzfile_error.phpt
+++ b/ext/zlib/tests/readgzfile_error.phpt
@@ -20,10 +20,9 @@ var_dump(readgzfile( ) );
?>
===DONE===
--EXPECTF--
-
Warning: readgzfile() expects at most 2 parameters, 3 given in %s on line %d
NULL
Warning: readgzfile() expects at least 1 parameter, 0 given in %s on line %d
NULL
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/readgzfile_variation1.phpt b/ext/zlib/tests/readgzfile_variation1.phpt
index 5d9b639d29..68ec906719 100644
--- a/ext/zlib/tests/readgzfile_variation1.phpt
+++ b/ext/zlib/tests/readgzfile_variation1.phpt
@@ -28,7 +28,6 @@ foreach ( $variation as $var ) {
?>
===DONE===
--EXPECTF--
-
Warning: readgzfile() expects parameter 1 to be a valid path, array given in %s on line %d
NULL
diff --git a/ext/zlib/tests/readgzfile_variation10.phpt b/ext/zlib/tests/readgzfile_variation10.phpt
index 323dca16ce..004a07775a 100644
--- a/ext/zlib/tests/readgzfile_variation10.phpt
+++ b/ext/zlib/tests/readgzfile_variation10.phpt
@@ -64,4 +64,4 @@ Destiny who cares
as it turns around
and I know that it descends down on me
int(176)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/readgzfile_variation12.phpt b/ext/zlib/tests/readgzfile_variation12.phpt
index 06486acdd0..82e7b07a5d 100644
--- a/ext/zlib/tests/readgzfile_variation12.phpt
+++ b/ext/zlib/tests/readgzfile_variation12.phpt
@@ -53,4 +53,4 @@ Destiny who cares
as it turns around
and I know that it descends down on me
int(176)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/readgzfile_variation13.phpt b/ext/zlib/tests/readgzfile_variation13.phpt
index e7fe83ccc2..718d6935fa 100644
--- a/ext/zlib/tests/readgzfile_variation13.phpt
+++ b/ext/zlib/tests/readgzfile_variation13.phpt
@@ -48,4 +48,4 @@ Error: 2 - readgzfile() expects parameter 2 to be int, object given, %s(%d)
NULL
Error: 2 - readgzfile() expects parameter 2 to be int, object given, %s(%d)
NULL
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/readgzfile_variation14.phpt b/ext/zlib/tests/readgzfile_variation14.phpt
index 23ba1dcf0c..89b801e97b 100644
--- a/ext/zlib/tests/readgzfile_variation14.phpt
+++ b/ext/zlib/tests/readgzfile_variation14.phpt
@@ -29,7 +29,6 @@ foreach ( $variation_array as $var ) {
?>
===DONE===
--EXPECTF--
-
Warning: readgzfile() expects parameter 2 to be int, string given in %s on line %d
NULL
diff --git a/ext/zlib/tests/readgzfile_variation15.phpt b/ext/zlib/tests/readgzfile_variation15.phpt
index dbed5238af..5a97949050 100644
--- a/ext/zlib/tests/readgzfile_variation15.phpt
+++ b/ext/zlib/tests/readgzfile_variation15.phpt
@@ -91,4 +91,3 @@ file content:This is a file in dir1
file content:This is a file in working dir
file content:This is a file in script dir
===DONE===
-
diff --git a/ext/zlib/tests/readgzfile_variation2.phpt b/ext/zlib/tests/readgzfile_variation2.phpt
index 95c6f4cc43..b82ecf6216 100644
--- a/ext/zlib/tests/readgzfile_variation2.phpt
+++ b/ext/zlib/tests/readgzfile_variation2.phpt
@@ -25,7 +25,6 @@ foreach ( $variation as $var ) {
?>
===DONE===
--EXPECTF--
-
Warning: readgzfile() expects parameter 2 to be int, array given in %s on line %d
NULL
@@ -37,4 +36,4 @@ NULL
Warning: readgzfile() expects parameter 2 to be int, array given in %s on line %d
NULL
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/readgzfile_variation3.phpt b/ext/zlib/tests/readgzfile_variation3.phpt
index 8afb16946e..9b8c142781 100644
--- a/ext/zlib/tests/readgzfile_variation3.phpt
+++ b/ext/zlib/tests/readgzfile_variation3.phpt
@@ -47,4 +47,4 @@ bool(false)
Warning: readgzfile(): Filename cannot be empty in %s on line %d
bool(false)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/readgzfile_variation8.phpt b/ext/zlib/tests/readgzfile_variation8.phpt
index bd2a58382b..fd4a175675 100644
--- a/ext/zlib/tests/readgzfile_variation8.phpt
+++ b/ext/zlib/tests/readgzfile_variation8.phpt
@@ -28,7 +28,6 @@ foreach ( $variation as $var ) {
?>
===DONE===
--EXPECTF--
-
Warning: readgzfile() expects parameter 2 to be int, array given in %s on line %d
NULL
@@ -40,4 +39,4 @@ NULL
Warning: readgzfile() expects parameter 2 to be int, array given in %s on line %d
NULL
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/readgzfile_variation9.phpt b/ext/zlib/tests/readgzfile_variation9.phpt
index d90058f8d2..50fdd62f06 100644
--- a/ext/zlib/tests/readgzfile_variation9.phpt
+++ b/ext/zlib/tests/readgzfile_variation9.phpt
@@ -52,4 +52,4 @@ Destiny who cares
as it turns around
and I know that it descends down on me
int(176)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_scheme_copy_basic.phpt b/ext/zlib/tests/zlib_scheme_copy_basic.phpt
index ca1a42a85c..179545ee44 100644
--- a/ext/zlib/tests/zlib_scheme_copy_basic.phpt
+++ b/ext/zlib/tests/zlib_scheme_copy_basic.phpt
@@ -34,4 +34,4 @@ unlink($outputFileName);
===DONE===
--EXPECT--
OK: Copy identical
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_scheme_copy_variation1.phpt b/ext/zlib/tests/zlib_scheme_copy_variation1.phpt
index f410b6e4f1..728275986d 100644
--- a/ext/zlib/tests/zlib_scheme_copy_variation1.phpt
+++ b/ext/zlib/tests/zlib_scheme_copy_variation1.phpt
@@ -35,4 +35,4 @@ unlink($outputFileName);
===DONE===
--EXPECT--
OK: Copy identical
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_scheme_copy_variation2.phpt b/ext/zlib/tests/zlib_scheme_copy_variation2.phpt
index 43e5d9b2fc..02fae273bc 100644
--- a/ext/zlib/tests/zlib_scheme_copy_variation2.phpt
+++ b/ext/zlib/tests/zlib_scheme_copy_variation2.phpt
@@ -50,4 +50,4 @@ unlink($outputFileName);
===DONE===
--EXPECT--
OK: Copy identical
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_scheme_dir_basic.phpt b/ext/zlib/tests/zlib_scheme_dir_basic.phpt
index 80189f2de9..41a2683f06 100644
--- a/ext/zlib/tests/zlib_scheme_dir_basic.phpt
+++ b/ext/zlib/tests/zlib_scheme_dir_basic.phpt
@@ -23,4 +23,4 @@ bool(false)
Warning: opendir(compress.zlib://%s/dir.gz): failed to open dir: not implemented in %s on line %d
bool(false)
bool(false)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_scheme_file_basic.phpt b/ext/zlib/tests/zlib_scheme_file_basic.phpt
index f08183fd25..c2264159bb 100644
--- a/ext/zlib/tests/zlib_scheme_file_basic.phpt
+++ b/ext/zlib/tests/zlib_scheme_file_basic.phpt
@@ -35,4 +35,4 @@ array(6) {
string(39) "and I know that it descends down on me
"
}
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_scheme_file_get_contents_basic.phpt b/ext/zlib/tests/zlib_scheme_file_get_contents_basic.phpt
index 071fcd716e..3882389b16 100644
--- a/ext/zlib/tests/zlib_scheme_file_get_contents_basic.phpt
+++ b/ext/zlib/tests/zlib_scheme_file_get_contents_basic.phpt
@@ -21,4 +21,4 @@ all I know is that you can realize it
Destiny who cares
as it turns around
and I know that it descends down on me
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_scheme_file_put_contents_basic.phpt b/ext/zlib/tests/zlib_scheme_file_put_contents_basic.phpt
index 2f36d1f619..cadaeae532 100644
--- a/ext/zlib/tests/zlib_scheme_file_put_contents_basic.phpt
+++ b/ext/zlib/tests/zlib_scheme_file_put_contents_basic.phpt
@@ -28,4 +28,4 @@ unlink($outputFileName);
Here is some plain
text to be read
and displayed.
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_scheme_file_read_file_basic.phpt b/ext/zlib/tests/zlib_scheme_file_read_file_basic.phpt
index eb7fde37b4..99ff70de79 100644
--- a/ext/zlib/tests/zlib_scheme_file_read_file_basic.phpt
+++ b/ext/zlib/tests/zlib_scheme_file_read_file_basic.phpt
@@ -20,4 +20,4 @@ all I know is that you can realize it
Destiny who cares
as it turns around
and I know that it descends down on me
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_scheme_fopen_basic.phpt b/ext/zlib/tests/zlib_scheme_fopen_basic.phpt
index 8ec10ac463..a282aa9c3b 100644
--- a/ext/zlib/tests/zlib_scheme_fopen_basic.phpt
+++ b/ext/zlib/tests/zlib_scheme_fopen_basic.phpt
@@ -22,4 +22,4 @@ all I know is that you can realize it
Destiny who cares
as it turns around
and I know that it descends down on me
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_scheme_fopen_variation1.phpt b/ext/zlib/tests/zlib_scheme_fopen_variation1.phpt
index 88057eb3e3..670d67532d 100644
--- a/ext/zlib/tests/zlib_scheme_fopen_variation1.phpt
+++ b/ext/zlib/tests/zlib_scheme_fopen_variation1.phpt
@@ -27,4 +27,4 @@ all I know is that you can realize it
Destiny who cares
as it turns around
and I know that it descends down on me
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_scheme_rename_basic.phpt b/ext/zlib/tests/zlib_scheme_rename_basic.phpt
index ee693de97a..53bc70a4cf 100644
--- a/ext/zlib/tests/zlib_scheme_rename_basic.phpt
+++ b/ext/zlib/tests/zlib_scheme_rename_basic.phpt
@@ -15,7 +15,6 @@ var_dump(file_exists($inputFileName));
?>
===DONE===
--EXPECTF--
-
Warning: rename(): ZLIB wrapper does not support renaming in %s on line %d
bool(true)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_scheme_stat_basic.phpt b/ext/zlib/tests/zlib_scheme_stat_basic.phpt
index ab673700dc..80c26bd62a 100644
--- a/ext/zlib/tests/zlib_scheme_stat_basic.phpt
+++ b/ext/zlib/tests/zlib_scheme_stat_basic.phpt
@@ -15,8 +15,7 @@ lstat($srcFile);
?>
===DONE===
--EXPECTF--
-
Warning: stat(): stat failed for compress.zlib://%s/004.txt.gz in %s on line %d
Warning: lstat(): Lstat failed for compress.zlib://%s/004.txt.gz in %s on line %d
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_scheme_stat_basic2.phpt b/ext/zlib/tests/zlib_scheme_stat_basic2.phpt
index d16e2a8ade..8081fc805b 100644
--- a/ext/zlib/tests/zlib_scheme_stat_basic2.phpt
+++ b/ext/zlib/tests/zlib_scheme_stat_basic2.phpt
@@ -43,4 +43,4 @@ bool(false)
fileatime=
Warning: fileatime(): stat failed for compress.zlib://%s004.txt.gz in %s on line %d
bool(false)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_scheme_unlink_basic.phpt b/ext/zlib/tests/zlib_scheme_unlink_basic.phpt
index 3aa25f9dda..afa62f51f5 100644
--- a/ext/zlib/tests/zlib_scheme_unlink_basic.phpt
+++ b/ext/zlib/tests/zlib_scheme_unlink_basic.phpt
@@ -15,7 +15,6 @@ var_dump(file_exists($inputFileName));
?>
===DONE===
--EXPECTF--
-
Warning: unlink(): ZLIB does not allow unlinking in %s on line %d
bool(true)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_wrapper_fflush_basic.phpt b/ext/zlib/tests/zlib_wrapper_fflush_basic.phpt
index c706b2a7b7..d4e7214937 100644
--- a/ext/zlib/tests/zlib_wrapper_fflush_basic.phpt
+++ b/ext/zlib/tests/zlib_wrapper_fflush_basic.phpt
@@ -30,4 +30,4 @@ unlink($filename);
bool(true)
bool(true)
Here is the string to be written.Here is the string to be written.
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_wrapper_flock_basic.phpt b/ext/zlib/tests/zlib_wrapper_flock_basic.phpt
index ec1b67a64b..f8b776ae33 100644
--- a/ext/zlib/tests/zlib_wrapper_flock_basic.phpt
+++ b/ext/zlib/tests/zlib_wrapper_flock_basic.phpt
@@ -16,4 +16,4 @@ gzclose($h);
===DONE===
--EXPECT--
bool(false)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_wrapper_fstat_basic.phpt b/ext/zlib/tests/zlib_wrapper_fstat_basic.phpt
index 4c185be689..4996d9e2c7 100644
--- a/ext/zlib/tests/zlib_wrapper_fstat_basic.phpt
+++ b/ext/zlib/tests/zlib_wrapper_fstat_basic.phpt
@@ -16,4 +16,4 @@ fclose($h);
===DONE===
--EXPECT--
bool(false)
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt b/ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt
index 399d32c5f3..0bc6f4f3e0 100644
--- a/ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt
+++ b/ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt
@@ -25,8 +25,7 @@ unlink($f2);
?>
===DONE===
--EXPECTF--
-
Warning: ftruncate(): Can't truncate this stream! in %s on line %d
Warning: ftruncate(): Can't truncate this stream! in %s on line %d
-===DONE=== \ No newline at end of file
+===DONE===
diff --git a/ext/zlib/tests/zlib_wrapper_meta_data_basic.phpt b/ext/zlib/tests/zlib_wrapper_meta_data_basic.phpt
index 87fa6227ab..1a2993acbf 100644
--- a/ext/zlib/tests/zlib_wrapper_meta_data_basic.phpt
+++ b/ext/zlib/tests/zlib_wrapper_meta_data_basic.phpt
@@ -62,4 +62,4 @@ array(9) {
["uri"]=>
string(%d) "compress.zlib://%s/004.txt.gz"
}
-===DONE=== \ No newline at end of file
+===DONE===