summaryrefslogtreecommitdiff
path: root/ext/calendar/tests
diff options
context:
space:
mode:
Diffstat (limited to 'ext/calendar/tests')
-rw-r--r--ext/calendar/tests/bug53574_1.phpt1
-rw-r--r--ext/calendar/tests/bug53574_2.phpt1
-rw-r--r--ext/calendar/tests/bug55797_1.phpt1
-rw-r--r--ext/calendar/tests/bug55797_2.phpt1
-rw-r--r--ext/calendar/tests/cal_days_in_month_error1.phpt2
-rw-r--r--ext/calendar/tests/cal_from_jd_error1.phpt2
-rw-r--r--ext/calendar/tests/cal_to_jd_error1.phpt2
-rw-r--r--ext/calendar/tests/gregoriantojd.phpt2
-rw-r--r--ext/calendar/tests/jddayofweek.phpt1
-rw-r--r--ext/calendar/tests/jdtofrench.phpt2
-rw-r--r--ext/calendar/tests/jdtogregorian.phpt2
-rw-r--r--ext/calendar/tests/jdtojewish.phpt2
-rw-r--r--ext/calendar/tests/jdtojulian.phpt2
-rw-r--r--ext/calendar/tests/jdtounix_error1.phpt2
-rw-r--r--ext/calendar/tests/jewishtojd.phpt2
-rw-r--r--ext/calendar/tests/juliantojd.phpt2
-rw-r--r--ext/calendar/tests/unixtojd_error1.phpt2
17 files changed, 12 insertions, 17 deletions
diff --git a/ext/calendar/tests/bug53574_1.phpt b/ext/calendar/tests/bug53574_1.phpt
index 51f9b4266f..8a52529427 100644
--- a/ext/calendar/tests/bug53574_1.phpt
+++ b/ext/calendar/tests/bug53574_1.phpt
@@ -33,4 +33,3 @@ array(9) {
["monthname"]=>
string(0) ""
}
-
diff --git a/ext/calendar/tests/bug53574_2.phpt b/ext/calendar/tests/bug53574_2.phpt
index 1ac4834cd5..fd7288a079 100644
--- a/ext/calendar/tests/bug53574_2.phpt
+++ b/ext/calendar/tests/bug53574_2.phpt
@@ -33,4 +33,3 @@ array(9) {
["monthname"]=>
string(0) ""
}
-
diff --git a/ext/calendar/tests/bug55797_1.phpt b/ext/calendar/tests/bug55797_1.phpt
index ffd617dfb7..4a8ecfa663 100644
--- a/ext/calendar/tests/bug55797_1.phpt
+++ b/ext/calendar/tests/bug55797_1.phpt
@@ -33,4 +33,3 @@ array(9) {
["monthname"]=>
string(0) ""
}
-
diff --git a/ext/calendar/tests/bug55797_2.phpt b/ext/calendar/tests/bug55797_2.phpt
index 4e4e9a4da9..6559c936a5 100644
--- a/ext/calendar/tests/bug55797_2.phpt
+++ b/ext/calendar/tests/bug55797_2.phpt
@@ -33,4 +33,3 @@ array(9) {
["monthname"]=>
string(0) ""
}
-
diff --git a/ext/calendar/tests/cal_days_in_month_error1.phpt b/ext/calendar/tests/cal_days_in_month_error1.phpt
index c413a8163a..aeb304e8ec 100644
--- a/ext/calendar/tests/cal_days_in_month_error1.phpt
+++ b/ext/calendar/tests/cal_days_in_month_error1.phpt
@@ -14,4 +14,4 @@ Warning: cal_days_in_month(): invalid calendar ID -1 in %s on line %d
bool(false)
Warning: cal_days_in_month(): invalid date in %s on line %d
-bool(false) \ No newline at end of file
+bool(false)
diff --git a/ext/calendar/tests/cal_from_jd_error1.phpt b/ext/calendar/tests/cal_from_jd_error1.phpt
index 1d2cf39c07..c4873815ac 100644
--- a/ext/calendar/tests/cal_from_jd_error1.phpt
+++ b/ext/calendar/tests/cal_from_jd_error1.phpt
@@ -10,4 +10,4 @@ var_dump(cal_from_jd(1748326, -1));
?>
--EXPECTF--
Warning: cal_from_jd(): invalid calendar ID -1 in %s on line %d
-bool(false) \ No newline at end of file
+bool(false)
diff --git a/ext/calendar/tests/cal_to_jd_error1.phpt b/ext/calendar/tests/cal_to_jd_error1.phpt
index 9bee0658a5..deb5e80e1d 100644
--- a/ext/calendar/tests/cal_to_jd_error1.phpt
+++ b/ext/calendar/tests/cal_to_jd_error1.phpt
@@ -10,4 +10,4 @@ var_dump(cal_to_jd(-1, 8, 26, 74));
?>
--EXPECTF--
Warning: cal_to_jd(): invalid calendar ID -1 in %s on line %d
-bool(false) \ No newline at end of file
+bool(false)
diff --git a/ext/calendar/tests/gregoriantojd.phpt b/ext/calendar/tests/gregoriantojd.phpt
index 1a3d0f1712..aeecb3af51 100644
--- a/ext/calendar/tests/gregoriantojd.phpt
+++ b/ext/calendar/tests/gregoriantojd.phpt
@@ -19,4 +19,4 @@ echo gregoriantojd( 11, 24, -4714). "\n";
2440588
2816423
0
-0 \ No newline at end of file
+0
diff --git a/ext/calendar/tests/jddayofweek.phpt b/ext/calendar/tests/jddayofweek.phpt
index c5647804bb..0f3ca8a3f8 100644
--- a/ext/calendar/tests/jddayofweek.phpt
+++ b/ext/calendar/tests/jddayofweek.phpt
@@ -127,4 +127,3 @@ Sat
Sun
Mon
Tue
-
diff --git a/ext/calendar/tests/jdtofrench.phpt b/ext/calendar/tests/jdtofrench.phpt
index 27944091e3..2601d14a07 100644
--- a/ext/calendar/tests/jdtofrench.phpt
+++ b/ext/calendar/tests/jdtofrench.phpt
@@ -17,4 +17,4 @@ echo jdtofrench(2385940). "\n";
1/11/1
4/11/1
5/21/2
-0/0/0 \ No newline at end of file
+0/0/0
diff --git a/ext/calendar/tests/jdtogregorian.phpt b/ext/calendar/tests/jdtogregorian.phpt
index b882d5f08d..e8bf4a49aa 100644
--- a/ext/calendar/tests/jdtogregorian.phpt
+++ b/ext/calendar/tests/jdtogregorian.phpt
@@ -17,4 +17,4 @@ echo jdtogregorian(2816423). "\n";
1/1/1582
10/5/1582
1/1/1970
-1/1/2999 \ No newline at end of file
+1/1/2999
diff --git a/ext/calendar/tests/jdtojewish.phpt b/ext/calendar/tests/jdtojewish.phpt
index 78efd2a3e4..d6971c0663 100644
--- a/ext/calendar/tests/jdtojewish.phpt
+++ b/ext/calendar/tests/jdtojewish.phpt
@@ -39,4 +39,4 @@ string(%d) "2/22/5763
3/16/5765
3/8/13758
-Warning: jdtojewish(): Year out of range (0-9999) in %s on line %d \ No newline at end of file
+Warning: jdtojewish(): Year out of range (0-9999) in %s on line %d
diff --git a/ext/calendar/tests/jdtojulian.phpt b/ext/calendar/tests/jdtojulian.phpt
index 2f8f4aa937..f4082e76ec 100644
--- a/ext/calendar/tests/jdtojulian.phpt
+++ b/ext/calendar/tests/jdtojulian.phpt
@@ -17,4 +17,4 @@ echo jdtojulian(2816423). "\n";
12/22/1581
9/25/1582
12/19/1969
-12/12/2998 \ No newline at end of file
+12/12/2998
diff --git a/ext/calendar/tests/jdtounix_error1.phpt b/ext/calendar/tests/jdtounix_error1.phpt
index a4648451aa..5d4ea38834 100644
--- a/ext/calendar/tests/jdtounix_error1.phpt
+++ b/ext/calendar/tests/jdtounix_error1.phpt
@@ -11,4 +11,4 @@ date.timezone=UTC
var_dump(jdtounix(2440579)) . PHP_EOL;
?>
--EXPECT--
-bool(false) \ No newline at end of file
+bool(false)
diff --git a/ext/calendar/tests/jewishtojd.phpt b/ext/calendar/tests/jewishtojd.phpt
index a9a2ff0e3d..2dd0381619 100644
--- a/ext/calendar/tests/jewishtojd.phpt
+++ b/ext/calendar/tests/jewishtojd.phpt
@@ -13,4 +13,4 @@ echo jewishtojd(2,22,5763). "\n";
0
0
347998
-2452576 \ No newline at end of file
+2452576
diff --git a/ext/calendar/tests/juliantojd.phpt b/ext/calendar/tests/juliantojd.phpt
index c9ba3955d0..2f65d84f36 100644
--- a/ext/calendar/tests/juliantojd.phpt
+++ b/ext/calendar/tests/juliantojd.phpt
@@ -17,4 +17,4 @@ echo juliantojd( 1, 1, -4713). "\n";
2299161
2440601
2816443
-0 \ No newline at end of file
+0
diff --git a/ext/calendar/tests/unixtojd_error1.phpt b/ext/calendar/tests/unixtojd_error1.phpt
index b19bcd6d16..89be28c792 100644
--- a/ext/calendar/tests/unixtojd_error1.phpt
+++ b/ext/calendar/tests/unixtojd_error1.phpt
@@ -21,4 +21,4 @@ bool(false)
int(%d)
int(%d)
int(%d)
-bool(false) \ No newline at end of file
+bool(false)